[all-commits] [llvm/llvm-project] 8b5004: [lld][RISCV][test] Expand testing in riscv-attribu...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Wed Feb 15 06:04:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8b5004864aab71859e961af02eb1a5ceeae887f7
https://github.com/llvm/llvm-project/commit/8b5004864aab71859e961af02eb1a5ceeae887f7
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M lld/test/ELF/riscv-attributes.s
Log Message:
-----------
[lld][RISCV][test] Expand testing in riscv-attributes.s
This patch is related to the discussion in
<https://discourse.llvm.org/t/rfc-resolving-issues-related-to-extension-versioning-in-risc-v/68472/1>.
It slightly expands the coverage of behaviour for unrecognized
extensions (there are slightly different forms of error for zfoo vs e.g.
'y'), and adds coverage for an extension with an
unrecognized/unsupported version number.
Use "unrecognized" terminology because the expectation is the error
checking will be reduced in a follow-up patch posted for review.
More information about the All-commits
mailing list