[PATCH] D146054: [RISCV] Add -print-supported-marchs and -march=help support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 21:34:32 PDT 2023
MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.
Aliasing `-march=help` to `--print-supported-extensions` looks weird. I think this patch should remove `-march=help`.
================
Comment at: clang/test/Driver/print-supported-marchs.c:1
+// Test that --print-supported-extensions lists supported extensions.
+
----------------
The filename should be fixed.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146054/new/
https://reviews.llvm.org/D146054
More information about the llvm-commits
mailing list