brintos

brintos / llvm-project-archived public Read only

0
0
Text · 204 B · 792ecf5 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  ExecutionEngine3  OrcShared4  OrcTargetProcess5  Support6  )7 8add_llvm_utility(llvm-jitlink-executor9  llvm-jitlink-executor.cpp10 11  DEPENDS12  intrinsics_gen13 14  EXPORT_SYMBOLS15)16