2013-01-28 01:35:51 +00:00
|
|
|
add_llvm_library(LLVMObjCARCOpts
|
|
|
|
ObjCARC.cpp
|
|
|
|
ObjCARCOpts.cpp
|
2013-01-28 03:28:38 +00:00
|
|
|
ObjCARCExpand.cpp
|
2013-01-28 04:12:07 +00:00
|
|
|
ObjCARCAPElim.cpp
|
2013-01-28 05:51:54 +00:00
|
|
|
ObjCARCAliasAnalysis.cpp
|
2015-02-19 19:51:32 +00:00
|
|
|
ARCInstKind.cpp
|
2013-01-29 03:03:03 +00:00
|
|
|
ObjCARCContract.cpp
|
|
|
|
DependencyAnalysis.cpp
|
|
|
|
ProvenanceAnalysis.cpp
|
2014-11-17 02:28:27 +00:00
|
|
|
ProvenanceAnalysisEvaluator.cpp
|
2015-03-05 23:29:03 +00:00
|
|
|
PtrState.cpp
|
2015-02-11 03:28:02 +00:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
2013-01-28 01:35:51 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
add_dependencies(LLVMObjCARCOpts intrinsics_gen)
|