[PATCH] D129824: [RISCV] Set triple based on -march flag which can be deduced in more generic way
Zixuan Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 15 20:36:02 PDT 2022
zixuan-wu added a comment.
AFAIK, --target is clang-specific and transparent for compiler user in RV side. -m is also undefined or less used by RV user. It just uses -march to specify 32 or 64 mode and extensions.
Is the convention specified in RV Spec?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129824/new/
https://reviews.llvm.org/D129824
More information about the cfe-commits
mailing list