Rename these methods to match the style guide.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 0ac1cb09bce7515afcbe53f8addd0e54bf79862f..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,7 +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_dependencies(LLVMInstrumentation intrinsics_gen)