brintos

brintos / llvm-project-archived public Read only

0
0
Text · 206 B · 5b73755 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  IRReader5  JITLink6  MC7  OrcJIT8  Support9  Target10  nativecodegen11  )12 13add_llvm_example(OrcV2CBindingsRemovableCode14  OrcV2CBindingsRemovableCode.c15  )16