llvm-6502/runtime/libprofile/CMakeLists.txt

10 lines
176 B
CMake
Raw Normal View History

add_llvm_loadable_module( profile_rt
BasicBlockTracing.c
CommonProfiling.c
GCDAProfiling.c
PathProfiling.c
EdgeProfiling.c
OptimalEdgeProfiling.c
Profiling.h
)