[msan] Fix handling of va_arg overflow area on x86_64.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 80bb48cefa4623a96cd20a9c2c1681a3384648ac..65d41f51fe87eba743b6f476918b0ee459417c2f 100644 (file)
@@ -1,6 +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
   )
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)