[msan] Fix handling of va_arg overflow area on x86_64.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index f5ad9c69611556a362097a8854432760959169d0..65d41f51fe87eba743b6f476918b0ee459417c2f 100644 (file)
@@ -1,11 +1,16 @@
 add_llvm_library(LLVMInstrumentation
+  AddressSanitizer.cpp
+  BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.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)