brintos

brintos / llvm-project-archived public Read only

0
0
Text · 209 B · a9cd91a Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  IPO5  IRReader6  OrcJIT7  ScalarOpts8  Support9  nativecodegen10  )11 12add_llvm_example(LLJITWithOptimizingIRTransform13  LLJITWithOptimizingIRTransform.cpp14  )15