Remove the very substantial, largely unmaintained legacy PGO
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 65d41f51fe87eba743b6f476918b0ee459417c2f..71a0ecd0f1c5b6c8403af0393f180dff8e99a8f8 100644 (file)
@@ -3,12 +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
   )