brintos

brintos / llvm-project-archived public Read only

0
0
Text · 200 B · 0e07e24 Raw
14 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  IRReader4  JITLink5  OrcJIT6  OrcShared7  Support8  nativecodegen9  )10 11add_llvm_example(LLJITWithObjectLinkingLayerPlugin12  LLJITWithObjectLinkingLayerPlugin.cpp13  )14