brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · 52793fb Raw
14 lines · plain
1add_llvm_component_library(LLVMPerfJITEvents2  PerfJITEventListener.cpp3 4  LINK_COMPONENTS5  CodeGen6  Core7  DebugInfoDWARF8  ExecutionEngine9  Object10  Support11  )12 13add_dependencies(LLVMPerfJITEvents LLVMCodeGen)14