2010-09-13 23:59:48 +00:00
|
|
|
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
|
|
|
|
2008-09-26 19:48:03 +00:00
|
|
|
add_llvm_example(ParallelJIT
|
|
|
|
ParallelJIT.cpp
|
|
|
|
)
|
|
|
|
|
2009-10-12 04:00:13 +00:00
|
|
|
if(HAVE_LIBPTHREAD)
|
|
|
|
target_link_libraries(ParallelJIT pthread)
|
|
|
|
endif(HAVE_LIBPTHREAD)
|