Revert "Revert two GEP-related InstCombine commits"
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 7b3a927a4e685f1da610a96b97c85aca0f64d32a..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,15 +1,12 @@
 add_llvm_library(LLVMInstrumentation
-  EdgeProfiling.cpp
+  AddressSanitizer.cpp
+  BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.cpp
   GCOVProfiling.cpp
+  MemorySanitizer.cpp
   Instrumentation.cpp
-  OptimalEdgeProfiling.cpp
-  PathProfiling.cpp
-  ProfilingUtils.cpp
+  ThreadSanitizer.cpp
   )
 
-add_llvm_library_dependencies(LLVMInstrumentation
-  LLVMAnalysis
-  LLVMCore
-  LLVMSupport
-  LLVMTransformUtils
-  )
+add_dependencies(LLVMInstrumentation intrinsics_gen)