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
/
OrcV2CBindingsMCJITLikeMemoryManager
/
CMakeLists.txt
blob
4cdc2b114e9a5a37b26bdf0eeb73de380bc67acc
1
set(LLVM_LINK_COMPONENTS
2
Core
3
ExecutionEngine
4
IRReader
5
JITLink
6
MC
7
OrcJIT
8
Support
9
Target
10
nativecodegen
11
)
12
13
add_llvm_example(OrcV2CBindingsMCJITLikeMemoryManager
14
OrcV2CBindingsMCJITLikeMemoryManager.c
15
)