quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r144933....
[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   )
10
11 add_llvm_library_dependencies(LLVMInstrumentation
12   LLVMAnalysis
13   LLVMCore
14   LLVMSupport
15   LLVMTransformUtils
16   )