Remove the very substantial, largely unmaintained legacy PGO
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 058f68c7cecdbbbc60a02d16722272cbc01a894d..71a0ecd0f1c5b6c8403af0393f180dff8e99a8f8 100644 (file)
@@ -1,12 +1,11 @@
 add_llvm_library(LLVMInstrumentation
   AddressSanitizer.cpp
-  BlackList.cpp
   BoundsChecking.cpp
-  EdgeProfiling.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.cpp
   GCOVProfiling.cpp
+  MemorySanitizer.cpp
   Instrumentation.cpp
-  OptimalEdgeProfiling.cpp
-  PathProfiling.cpp
   ProfilingUtils.cpp
   ThreadSanitizer.cpp
   )