brintos

brintos / llvm-project-archived public Read only

0
0
Text · 166 B · 7b44b3a Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2  BitWriter3  Core4  ExecutionEngine5  MC6  MCJIT7  Support8  nativecodegen9  )10 11add_llvm_example(BrainF12  BrainF.cpp13  BrainFDriver.cpp14  )15