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
[AArch64] Fix SDNode type mismatches between *.td files and ISel (#116523)
[llvm-project.git]
/
llvm
/
examples
/
OrcV2Examples
/
LLJITWithCustomObjectLinkingLayer
/
CMakeLists.txt
blob
6034fc67911271d27a261ba57153f365e35dbecc
1
set(LLVM_LINK_COMPONENTS
2
Core
3
IRReader
4
JITLink
5
OrcJIT
6
Support
7
nativecodegen
8
)
9
10
add_llvm_example(LLJITWithCustomObjectLinkingLayer
11
LLJITWithCustomObjectLinkingLayer.cpp
12
)