2024-07-26 15:59:43 -04:00

14 lines
156 B
CMake

set(LLVM_LINK_COMPONENTS
Core
Object
ProfileData
Support
)
add_llvm_tool(llvm-ctxprof-util
llvm-ctxprof-util.cpp
DEPENDS
intrinsics_gen
)