2010-09-14 07:59:48 +08:00
|
|
|
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
|
|
|
|
|
2008-09-27 03:48:03 +08:00
|
|
|
add_llvm_example(ParallelJIT
|
|
|
|
ParallelJIT.cpp
|
|
|
|
)
|
|
|
|
|
2009-10-12 12:00:13 +08:00
|
|
|
if(HAVE_LIBPTHREAD)
|
|
|
|
target_link_libraries(ParallelJIT pthread)
|
|
|
|
endif(HAVE_LIBPTHREAD)
|