Rename these methods to match the style guide.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index be6a451f5789b068002bca3067e9427dbb2b1356..35635934b81c0bfff29e816dd4e19669aa3c0725 100644 (file)
@@ -1,8 +1,12 @@
 add_llvm_library(LLVMInstrumentation
-  BlockProfiling.cpp
-  EdgeProfiling.cpp
-  MaximumSpanningTree.cpp
-  OptimalEdgeProfiling.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)