about summary refs log tree commit diff homepage
path: root/lib/Module/CMakeLists.txt
diff options
context:
space:
mode:
authorJulian Büning <julian.buening@rwth-aachen.de>2019-03-20 21:28:51 +0100
committerMartinNowack <martin.nowack@gmail.com>2019-03-21 12:46:01 +0000
commiteee440835b857a7cb68b72f4af4d22eaf19e1d76 (patch)
tree68791aa94357f0fa11e8e9d7b6dfde72a23c8be6 /lib/Module/CMakeLists.txt
parent0c1acd51e99968cc79863b714b4ebc89588a4c00 (diff)
downloadklee-eee440835b857a7cb68b72f4af4d22eaf19e1d76.tar.gz
remove copy of ScalarizerPass for LLVM 3.4
Diffstat (limited to 'lib/Module/CMakeLists.txt')
-rw-r--r--lib/Module/CMakeLists.txt1
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)