blob: d8dd7084c40df83b359ffeb44a8d3b909ed3b6db [file] [log] [blame]
Oscar Fuentesdbc2e852008-09-26 19:48:03 +00001set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3add_llvm_example(ParallelJIT
4 ParallelJIT.cpp
5 )
6
7target_link_libraries(ParallelJIT pthread)