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
/
examples
/
IRTransforms
/
CMakeLists.txt
blob
9b01951b19f92f739f68a35264042d0aa69f8868
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
Core
4
Support
5
)
6
7
add_llvm_example_library(ExampleIRTransforms
8
InitializePasses.cpp
9
SimplifyCFG.cpp
10
11
ADDITIONAL_HEADER_DIRS
12
13
DEPENDS
14
intrinsics_gen
15
)