[ARM] MVE predicate store patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Transforms / ObjCARC / BUILD.gn
blobe7b20845489160787c2d3396e139454f54d0b94f
1 static_library("ObjCARC") {
2   output_name = "LLVMObjCARCOpts"
3   deps = [
4     "//llvm/lib/Analysis",
5     "//llvm/lib/IR",
6     "//llvm/lib/Support",
7     "//llvm/lib/Transforms/Utils",
8   ]
9   sources = [
10     "DependencyAnalysis.cpp",
11     "ObjCARC.cpp",
12     "ObjCARCAPElim.cpp",
13     "ObjCARCContract.cpp",
14     "ObjCARCExpand.cpp",
15     "ObjCARCOpts.cpp",
16     "ProvenanceAnalysis.cpp",
17     "ProvenanceAnalysisEvaluator.cpp",
18     "PtrState.cpp",
19   ]