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