[all-commits] [llvm/llvm-project] 0ae8f5: [RISCV][test][llvm-objdump] Add test cases for obj...
Alex Bradbury via All-commits
all-commits at lists.llvm.org
Tue Mar 14 09:07:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ae8f5ac08ae61519e965808cf72f4f6ff09928d
https://github.com/llvm/llvm-project/commit/0ae8f5ac08ae61519e965808cf72f4f6ff09928d
Author: Alex Bradbury <asb at igalia.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
A llvm/test/tools/llvm-objdump/ELF/RISCV/riscv-attributes.s
Log Message:
-----------
[RISCV][test][llvm-objdump] Add test cases for objdump's handling of RISCV arch attributes
In preparation for a follow-up patch to adjust the policy. The error for
an unrecognized version of the base ISA is particularly problematic, as
binaries produced from a current GCC are rejected.
The testing approach is modeled on the riscv-attributes.s file in
lld/test/ELF.
More information about the All-commits
mailing list