brintos

brintos / llvm-project-archived public Read only

0
0
Text · 172 B · 3d83ee6 Raw
14 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  IRReader5  JITLink6  OrcJIT7  Support8  nativecodegen9  )10 11add_llvm_example(LLJITDumpObjects12  LLJITDumpObjects.cpp13  )14