2008-09-22 09:08:49 +08:00
|
|
|
add_llvm_library(LLVMInstrumentation
|
2011-11-16 09:35:23 +08:00
|
|
|
AddressSanitizer.cpp
|
2012-07-21 06:39:33 +08:00
|
|
|
BoundsChecking.cpp
|
2013-08-08 06:47:18 +08:00
|
|
|
DataFlowSanitizer.cpp
|
2011-04-16 10:06:46 +08:00
|
|
|
GCOVProfiling.cpp
|
2012-11-29 17:57:20 +08:00
|
|
|
MemorySanitizer.cpp
|
2010-10-08 04:17:24 +08:00
|
|
|
Instrumentation.cpp
|
2014-12-09 02:02:35 +08:00
|
|
|
InstrProfiling.cpp
|
2014-11-12 06:14:37 +08:00
|
|
|
SanitizerCoverage.cpp
|
2012-02-14 06:50:51 +08:00
|
|
|
ThreadSanitizer.cpp
|
2015-02-11 11:28:02 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
2008-09-22 09:08:49 +08:00
|
|
|
)
|
2012-06-24 21:32:01 +08:00
|
|
|
|
|
|
|
add_dependencies(LLVMInstrumentation intrinsics_gen)
|