2008-09-22 01:08:49 +00:00
|
|
|
add_llvm_library(LLVMInstrumentation
|
2011-11-16 01:35:23 +00:00
|
|
|
AddressSanitizer.cpp
|
2012-08-24 16:44:47 +00:00
|
|
|
BlackList.cpp
|
2012-07-20 22:39:33 +00:00
|
|
|
BoundsChecking.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
EdgeProfiling.cpp
|
2011-04-16 02:06:46 +00:00
|
|
|
GCOVProfiling.cpp
|
2012-11-29 09:57:20 +00:00
|
|
|
MemorySanitizer.cpp
|
2010-10-07 20:17:24 +00:00
|
|
|
Instrumentation.cpp
|
2009-09-01 19:03:44 +00:00
|
|
|
OptimalEdgeProfiling.cpp
|
2011-01-29 01:09:53 +00:00
|
|
|
PathProfiling.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
ProfilingUtils.cpp
|
2012-02-13 22:50:51 +00:00
|
|
|
ThreadSanitizer.cpp
|
2008-09-22 01:08:49 +00:00
|
|
|
)
|
2012-06-24 13:32:01 +00:00
|
|
|
|
|
|
|
add_dependencies(LLVMInstrumentation intrinsics_gen)
|