[PATCH] D61820: gn build: add Sparc target
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 13 09:59:52 PDT 2019
thakis accepted this revision.
thakis added a comment.
This revision is now accepted and ready to land.
Nice!
================
Comment at: llvm/utils/gn/secondary/llvm/lib/Target/Sparc/MCTargetDesc/BUILD.gn:4
+tablegen("SparcGenAsmWriter") {
+ visibility = [ ":tablegen" ]
+ args = [ "-gen-asm-writer" ]
----------------
Please give this the https://reviews.llvm.org/D61859 treatment as well.
================
Comment at: llvm/utils/gn/secondary/llvm/lib/Target/targets.gni:43
llvm_build_PowerPC = false
+llvm_build_Sparc = false
llvm_build_WebAssembly = false
----------------
Same comments as in the RISCV CL (again optional).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61820/new/
https://reviews.llvm.org/D61820
More information about the llvm-commits
mailing list