move the bounds checking pass to the instrumentation folder, where it belongs. I...
[oota-llvm.git] / lib / Transforms / Instrumentation / CMakeLists.txt
1 add_llvm_library(LLVMInstrumentation
2   AddressSanitizer.cpp
3   BoundsChecking.cpp
4   EdgeProfiling.cpp
5   FunctionBlackList.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)