repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into msp430
[llvm/msp430.git]
/
examples
/
ParallelJIT
/
CMakeLists.txt
blob
d8dd7084c40df83b359ffeb44a8d3b909ed3b6db
1
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
2
3
add_llvm_example(ParallelJIT
4
ParallelJIT.cpp
5
)
6
7
target_link_libraries(ParallelJIT pthread)