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