brintos

brintos / llvm-project-archived public Read only

0
0
Text · 223 B · f4489f3 Raw
16 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  ExecutionEngine4  Interpreter5  MC6  MCJIT7  Support8  nativecodegen9  )10 11add_llvm_example(ParallelJIT12  ParallelJIT.cpp13  )14 15target_link_libraries(ParallelJIT PRIVATE ${LLVM_PTHREAD_LIB})16