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
/
utils
/
TableGen
/
GlobalISel
/
CMakeLists.txt
blob
c23ef6742f32ec23b1ffb26c33b62662fc0872f2
1
set(LLVM_LINK_COMPONENTS
2
Support
3
TableGen
4
)
5
6
add_llvm_library(LLVMTableGenGlobalISel STATIC DISABLE_LLVM_LINK_LLVM_DYLIB
7
CodeExpander.cpp
8
GIMatchDag.cpp
9
GIMatchDagEdge.cpp
10
GIMatchDagInstr.cpp
11
GIMatchDagOperands.cpp
12
GIMatchDagPredicate.cpp
13
GIMatchDagPredicateDependencyEdge.cpp
14
GIMatchTree.cpp
15
)