brintos

brintos / llvm-project-archived public Read only

0
0
Text · 215 B · 5ce2fb4 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2  BitReader3  Core4  ExecutionEngine5  OrcJIT6  OrcTargetProcess7  Support8  TargetParser9  nativecodegen10  )11 12add_llvm_example(LLJITWithThinLTOSummaries13  LLJITWithThinLTOSummaries.cpp14  )15