[asan/tsan] rename FunctionBlackList* to BlackList* as this class is not limited...
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BlackList.cpp
4   BoundsChecking.cpp
5   EdgeProfiling.cpp
6   GCOVProfiling.cpp
7   Instrumentation.cpp
8   OptimalEdgeProfiling.cpp
9   PathProfiling.cpp
10   ProfilingUtils.cpp
11   ThreadSanitizer.cpp
12   )
13
14 add_dependencies(LLVMInstrumentation intrinsics_gen)