forked from OSchip/llvm-project
15 lines
310 B
CMake
15 lines
310 B
CMake
add_llvm_library(LLVMObjCARCOpts
|
|
ObjCARC.cpp
|
|
ObjCARCOpts.cpp
|
|
ObjCARCExpand.cpp
|
|
ObjCARCAPElim.cpp
|
|
ObjCARCAliasAnalysis.cpp
|
|
ObjCARCUtil.cpp
|
|
ObjCARCContract.cpp
|
|
DependencyAnalysis.cpp
|
|
ProvenanceAnalysis.cpp
|
|
ProvenanceAnalysisEvaluator.cpp
|
|
)
|
|
|
|
add_dependencies(LLVMObjCARCOpts intrinsics_gen)
|