[PATCH] D41271: [RISCV] Propagate -mabi and -march values to GNU assembler.
Alex Bradbury via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 14 23:44:43 PST 2017
asb edited subscribers, added: cfe-commits; removed: llvm-commits.
asb added a comment.
Removing llvm-commits and adding cfe-commits.
Thanks Ana. This looks good to me. We probably should have a default march, but I don't know what it should be. If most clang targets default to a Linux-capable baseline it should probably be -march=rv32gc or -march=rv64gc depending on if the target is rv32/rv64.
https://reviews.llvm.org/D41271
More information about the cfe-commits
mailing list