llvm-6502/lib/Transforms/Instrumentation/CMakeLists.txt
2011-11-16 01:35:23 +00:00

17 lines
310 B
CMake

add_llvm_library(LLVMInstrumentation
AddressSanitizer.cpp
EdgeProfiling.cpp
GCOVProfiling.cpp
Instrumentation.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
)
add_llvm_library_dependencies(LLVMInstrumentation
LLVMAnalysis
LLVMCore
LLVMSupport
LLVMTransformUtils
)