[ARM] MVE predicate store patterns
[llvm-complete.git] / utils / gn / secondary / llvm / lib / Target / SystemZ / TargetInfo / BUILD.gn
blob35754fceb5eb8399d26bd6e3b449ccc153494739
1 static_library("TargetInfo") {
2   output_name = "LLVMSystemZInfo"
3   deps = [
4     "//llvm/lib/Support",
5   ]
6   include_dirs = [ ".." ]
7   sources = [
8     "SystemZTargetInfo.cpp",
9   ]