brintos

brintos / llvm-project-archived public Read only

0
0
Text · 188 B · 6034fc6 Raw
13 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  IRReader4  JITLink5  OrcJIT6  Support7  nativecodegen8  )9 10add_llvm_example(LLJITWithCustomObjectLinkingLayer11  LLJITWithCustomObjectLinkingLayer.cpp12  )13