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
[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git]
/
llvm
/
lib
/
ExecutionEngine
/
Orc
/
Shared
/
CMakeLists.txt
blob
dddfda1a895395d6cf6089d1ee81578d985bbbd0
1
add_llvm_component_library(LLVMOrcShared
2
OrcError.cpp
3
RPCError.cpp
4
ADDITIONAL_HEADER_DIRS
5
${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
6
7
DEPENDS
8
intrinsics_gen
9
10
LINK_COMPONENTS
11
Support
12
)