repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[SelectOpt] Support ADD and SUB with zext operands. (#115489)
[llvm-project.git]
/
llvm
/
examples
/
ParallelJIT
/
CMakeLists.txt
blob
f4489f3ff1cd13249279e3ca457bcc6060438f69
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
Interpreter
5
MC
6
MCJIT
7
Support
8
nativecodegen
9
)
10
11
add_llvm_example(ParallelJIT
12
ParallelJIT.cpp
13
)
14
15
target_link_libraries(ParallelJIT PRIVATE ${LLVM_PTHREAD_LIB})