[asan] Remove -fsanitize-address-zero-base-shadow command line
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index eaa3a4000f887810960ac7c3a1426803f15e0c4d..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,12 +1,11 @@
 add_llvm_library(LLVMInstrumentation
   AddressSanitizer.cpp
-  EdgeProfiling.cpp
-  FunctionBlackList.cpp
+  BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.cpp
   GCOVProfiling.cpp
+  MemorySanitizer.cpp
   Instrumentation.cpp
-  OptimalEdgeProfiling.cpp
-  PathProfiling.cpp
-  ProfilingUtils.cpp
   ThreadSanitizer.cpp
   )