2013-01-28 09:35:51 +08:00
|
|
|
add_llvm_library(LLVMObjCARCOpts
|
|
|
|
ObjCARC.cpp
|
|
|
|
ObjCARCOpts.cpp
|
2013-01-28 11:28:38 +08:00
|
|
|
ObjCARCExpand.cpp
|
2013-01-28 12:12:07 +08:00
|
|
|
ObjCARCAPElim.cpp
|
2013-01-29 11:03:03 +08:00
|
|
|
ObjCARCContract.cpp
|
|
|
|
DependencyAnalysis.cpp
|
|
|
|
ProvenanceAnalysis.cpp
|
2014-11-17 10:28:27 +08:00
|
|
|
ProvenanceAnalysisEvaluator.cpp
|
2015-03-06 07:29:03 +08:00
|
|
|
PtrState.cpp
|
2015-02-11 11:28:02 +08:00
|
|
|
|
|
|
|
ADDITIONAL_HEADER_DIRS
|
|
|
|
${LLVM_MAIN_INCLUDE_DIR}/llvm/Transforms
|
2013-01-28 09:35:51 +08:00
|
|
|
|
2016-11-17 12:36:50 +08:00
|
|
|
DEPENDS
|
|
|
|
intrinsics_gen
|
|
|
|
)
|