12 lines
240 B
CMake
12 lines
240 B
CMake
|
add_llvm_library(LLVMInstrumentation
|
||
|
AddressSanitizer.cpp
|
||
|
EdgeProfiling.cpp
|
||
|
FunctionBlackList.cpp
|
||
|
GCOVProfiling.cpp
|
||
|
Instrumentation.cpp
|
||
|
OptimalEdgeProfiling.cpp
|
||
|
PathProfiling.cpp
|
||
|
ProfilingUtils.cpp
|
||
|
ThreadSanitizer.cpp
|
||
|
)
|