brintos

brintos / llvm-project-archived public Read only

0
0
Text · 155 B · e294a25 Raw
14 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  Interpreter5  MC6  MCJIT7  Support8  nativecodegen9  )10 11add_llvm_example(Fibonacci12  fibonacci.cpp13  )14