Revert r222997. The newly added compile-time checks are finding missing origins,...
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 0ac1cb09bce7515afcbe53f8addd0e54bf79862f..a6a3106041ff52b9db9abe748250c0bc23a8d21b 100644 (file)
@@ -1,7 +1,12 @@
 add_llvm_library(LLVMInstrumentation
-  EdgeProfiling.cpp
+  AddressSanitizer.cpp
+  BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  GCOVProfiling.cpp
+  MemorySanitizer.cpp
   Instrumentation.cpp
-  OptimalEdgeProfiling.cpp
-  PathProfiling.cpp
-  ProfilingUtils.cpp
+  SanitizerCoverage.cpp
+  ThreadSanitizer.cpp
   )
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)