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