repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Silence -Wunused-variable in release builds.
[llvm/stm8.git]
/
examples
/
ParallelJIT
/
CMakeLists.txt
blob
fbdc6e5fc10b4ecc2516737566bba566e06181b0
1
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3
add_llvm_example(ParallelJIT
4
ParallelJIT.cpp
5
)
6
7
if(HAVE_LIBPTHREAD)
8
target_link_libraries(ParallelJIT pthread)
9
endif(HAVE_LIBPTHREAD)