Move asan-coverage into a separate phase.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
index 35635934b81c0bfff29e816dd4e19669aa3c0725..139e51413d6ceadc91dceb01020bdb01f4c28ec5 100644 (file)
@@ -6,6 +6,7 @@ add_llvm_library(LLVMInstrumentation
   GCOVProfiling.cpp
   MemorySanitizer.cpp
   Instrumentation.cpp
+  SanitizerCoverage.cpp
   ThreadSanitizer.cpp
   )