[msan] Fix handling of va_arg overflow area on x86_64.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 1c9e0536794a8fcab4c725e45769626fb7794521..65d41f51fe87eba743b6f476918b0ee459417c2f 100644 (file)
@@ -1,7 +1,8 @@
 add_llvm_library(LLVMInstrumentation
   AddressSanitizer.cpp
-  BlackList.cpp
   BoundsChecking.cpp
+  DataFlowSanitizer.cpp
+  DebugIR.cpp
   EdgeProfiling.cpp
   GCOVProfiling.cpp
   MemorySanitizer.cpp