[PATCH] D146054: [RISCV] Add -print-supported-marchs and -march=help support
Craig Topper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 20 10:27:11 PDT 2023
craig.topper added inline comments.
================
Comment at: llvm/lib/Support/RISCVISAInfo.cpp:143
+namespace llvm {
+void RISCVMarchHelp() {
+ errs() << "All available -march extensions for RISC-V\n\n";
----------------
`void llvm::RISCVMarchHelp` and remove the `namespace llvm {`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146054/new/
https://reviews.llvm.org/D146054
More information about the cfe-commits
mailing list