brintos

brintos / llvm-project-archived public Read only

0
0
Text · 197 B · 2a6ad12 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  IRReader4  OrcJIT5  OrcTargetProcess6  ExecutionEngine7  Support8  nativecodegen9  Analysis10  Passes11  )12 13add_llvm_example(SpeculativeJIT14  SpeculativeJIT.cpp15  )16