diff options
author | Julian Büning <julian.buening@rwth-aachen.de> | 2019-03-20 21:28:51 +0100 |
---|---|---|
committer | MartinNowack <martin.nowack@gmail.com> | 2019-03-21 12:46:01 +0000 |
commit | eee440835b857a7cb68b72f4af4d22eaf19e1d76 (patch) | |
tree | 68791aa94357f0fa11e8e9d7b6dfde72a23c8be6 /lib/Module/CMakeLists.txt | |
parent | 0c1acd51e99968cc79863b714b4ebc89588a4c00 (diff) | |
download | klee-eee440835b857a7cb68b72f4af4d22eaf19e1d76.tar.gz |
remove copy of ScalarizerPass for LLVM 3.4
Diffstat (limited to 'lib/Module/CMakeLists.txt')
-rw-r--r-- | lib/Module/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Module/CMakeLists.txt b/lib/Module/CMakeLists.txt index 341af9df..5f234237 100644 --- a/lib/Module/CMakeLists.txt +++ b/lib/Module/CMakeLists.txt @@ -19,7 +19,6 @@ set(KLEE_MODULE_COMPONENT_SRCS OptNone.cpp PhiCleaner.cpp RaiseAsm.cpp - Scalarizer.cpp ) if (USE_WORKAROUND_LLVM_PR39177) |