llvm/lib: [CMake] Add explicit dependency to intrinsics_gen.
[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   )
12
13 add_dependencies(LLVMInstrumentation intrinsics_gen)