[asan] rename class BlackList to FunctionBlackList and move it into a separate file...
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   EdgeProfiling.cpp
4   FunctionBlackList.cpp
5   GCOVProfiling.cpp
6   Instrumentation.cpp
7   OptimalEdgeProfiling.cpp
8   PathProfiling.cpp
9   ProfilingUtils.cpp
10   ThreadSanitizer.cpp
11   )