repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[Alignment] Move OffsetToAlignment to Alignment.h
[llvm-core.git]
/
examples
/
ParallelJIT
/
CMakeLists.txt
blob
c42dfc85c14a035446e839076b5cd58e45290e99
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Interpreter
5
MC
6
Support
7
nativecodegen
8
)
9
10
add_llvm_example(ParallelJIT
11
ParallelJIT.cpp
12
)
13
14
target_link_libraries(ParallelJIT PRIVATE ${LLVM_PTHREAD_LIB})