llvm-project/llvm/lib/Transforms/Instrumentation/CMakeLists.txt

8 lines
151 B
CMake

add_llvm_library(LLVMInstrumentation
EdgeProfiling.cpp
Instrumentation.cpp
OptimalEdgeProfiling.cpp
PathProfiling.cpp
ProfilingUtils.cpp
)