| Michael J. Spencer | 93c9b2e | 2010-09-13 23:59:48 +0000 | [diff] [blame] | 1 | set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen) |
| 2 | |||||
| Oscar Fuentes | 9e3f7db | 2008-09-26 19:48:03 +0000 | [diff] [blame] | 3 | add_llvm_example(ParallelJIT |
| 4 | ParallelJIT.cpp | ||||
| 5 | ) | ||||
| 6 | |||||
| Douglas Gregor | 3a66952 | 2009-10-12 04:00:13 +0000 | [diff] [blame] | 7 | if(HAVE_LIBPTHREAD) |
| 8 | target_link_libraries(ParallelJIT pthread) | ||||
| 9 | endif(HAVE_LIBPTHREAD) | ||||