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
/
Transforms
/
ObjCARC
/
CMakeLists.txt
blob
9d234cce5f880b8a4197969cc8ad2c2be23382ae
1
add_llvm_component_library(LLVMObjCARCOpts
2
ObjCARC.cpp
3
ObjCARCOpts.cpp
4
ObjCARCExpand.cpp
5
ObjCARCAPElim.cpp
6
ObjCARCContract.cpp
7
DependencyAnalysis.cpp
8
ProvenanceAnalysis.cpp
9
ProvenanceAnalysisEvaluator.cpp
10
PtrState.cpp
11
12
ADDITIONAL_HEADER_DIRS
13
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
14
15
DEPENDS
16
intrinsics_gen
17
18
COMPONENT_NAME
19
ObjCARC
20
21
LINK_COMPONENTS
22
Analysis
23
Core
24
Support
25
TransformUtils
26
)