LoopVectorize: Clean up ValueMap a bit and avoid double lookups.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 128bf489787cfbfa54b0b6657f28d4a67810c5f5..1c9e0536794a8fcab4c725e45769626fb7794521 100644 (file)
@@ -1,5 +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
   )
+
+add_dependencies(LLVMInstrumentation intrinsics_gen)