blob: fbdc6e5fc10b4ecc2516737566bba566e06181b0 [file] [log] [blame]
Michael J. Spencer3a210e22010-09-13 23:59:48 +00001set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
Oscar Fuentesdbc2e852008-09-26 19:48:03 +00003add_llvm_example(ParallelJIT
4 ParallelJIT.cpp
5 )
6
Douglas Gregor12adce42009-10-12 04:00:13 +00007if(HAVE_LIBPTHREAD)
8 target_link_libraries(ParallelJIT pthread)
9endif(HAVE_LIBPTHREAD)