Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BoundsChecking.cpp
4   DebugIR.cpp
5   EdgeProfiling.cpp
6   GCOVProfiling.cpp
7   MemorySanitizer.cpp
8   Instrumentation.cpp
9   OptimalEdgeProfiling.cpp
10   PathProfiling.cpp
11   ProfilingUtils.cpp
12   ThreadSanitizer.cpp
13   )
14
15 add_dependencies(LLVMInstrumentation intrinsics_gen)