forked from OSchip/llvm-project
7 lines
121 B
CMake
7 lines
121 B
CMake
|
add_llvm_library(LLVMInstrumentation
|
||
|
BlockProfiling.cpp
|
||
|
EdgeProfiling.cpp
|
||
|
ProfilingUtils.cpp
|
||
|
RSProfiling.cpp
|
||
|
)
|