Rename these methods to match the style guide.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index d7c518d282f813d1fd5076c290a3ba2308246298..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,6 +1,12 @@
 add_llvm_library(LLVMInstrumentation
-  BlockProfiling.cpp
-  EdgeProfiling.cpp
-  ProfilingUtils.cpp
-  RSProfiling.cpp
+  AddressSanitizer.cpp
+  BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.cpp
+  GCOVProfiling.cpp
+  MemorySanitizer.cpp
+  Instrumentation.cpp
+  ThreadSanitizer.cpp
   )
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)