brintos

brintos / llvm-project-archived public Read only

0
0
Text · 156 B · 4814c99 Raw
14 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  Object4  ProfileData5  Support6  )7 8add_llvm_tool(llvm-ctxprof-util9llvm-ctxprof-util.cpp10 11  DEPENDS12  intrinsics_gen13  )14