Remove the very substantial, largely unmaintained legacy PGO
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 929b7cd394f23eb3a984e307c62faa9cb50bc8f5..71a0ecd0f1c5b6c8403af0393f180dff8e99a8f8 100644 (file)
@@ -1,16 +1,13 @@
 add_llvm_library(LLVMInstrumentation
   AddressSanitizer.cpp
-  EdgeProfiling.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)