blob: e4c8cf105cee185a43e508088753248dbd6ac7cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
add_llvm_library(LLVMInstrumentation
AddressSanitizer.cpp
EdgeProfiling.cpp
FunctionBlackList.cpp
GCOVProfiling.cpp
Instrumentation.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
ThreadSanitizer.cpp
)
|