[ASan] Allow disabling init-order checks for globals by source file name.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index f5ad9c69611556a362097a8854432760959169d0..1c9e0536794a8fcab4c725e45769626fb7794521 100644 (file)
@@ -1,11 +1,15 @@
 add_llvm_library(LLVMInstrumentation
+  AddressSanitizer.cpp
+  BlackList.cpp
+  BoundsChecking.cpp
   EdgeProfiling.cpp
+  GCOVProfiling.cpp
+  MemorySanitizer.cpp
+  Instrumentation.cpp
   OptimalEdgeProfiling.cpp
+  PathProfiling.cpp
   ProfilingUtils.cpp
+  ThreadSanitizer.cpp
   )
 
-target_link_libraries(LLVMInstrumentation
-  LLVMAnalysis
-  LLVMCore
-  LLVMTransformUtils
-  )
+add_dependencies(LLVMInstrumentation intrinsics_gen)