[PATCH] D98307: [RISCV] Remap 'generic' CPU to 'generic-rv32' or 'generic-rv64'. Validate 64Bit feature against the triple.
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 14 15:52:23 PDT 2021
luismarques added a comment.
Why not just error out if passed "generic"? The error message could indicate that "generic-rv<XLEN>" should be used instead.
In other words, it's not clear to me what we're getting with the remap, particularly since it still prints a warning...?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98307/new/
https://reviews.llvm.org/D98307
More information about the llvm-commits
mailing list