ThreadSanitizer, a race detector. First LLVM commit.
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   EdgeProfiling.cpp
4   GCOVProfiling.cpp
5   Instrumentation.cpp
6   OptimalEdgeProfiling.cpp
7   PathProfiling.cpp
8   ProfilingUtils.cpp
9   ThreadSanitizer.cpp
10   )