[all-commits] [llvm/llvm-project] fb8afd: [llvm-objcopy] Fix AMDGPU arch string in test: amd...
David Salinas via All-commits
all-commits at lists.llvm.org
Mon Jul 27 11:39:47 PDT 2026
Branch: refs/heads/users/dsalinas/amdgpu-llvm-objcopy
Home: https://github.com/llvm/llvm-project
Commit: fb8afd2615962e47ea9d22dd42976cfa7a45beb9
https://github.com/llvm/llvm-project/commit/fb8afd2615962e47ea9d22dd42976cfa7a45beb9
Author: dsalinas <dsalinas at amd.com>
Date: 2026-07-27 (Mon, 27 Jul 2026)
Changed paths:
M llvm/test/tools/llvm-objcopy/ELF/cross-arch-headers.test
Log Message:
-----------
[llvm-objcopy] Fix AMDGPU arch string in test: amdgpu not amdgcn
llvm-readobj reports 'Arch: amdgpu' for EM_AMDGPU ELF files
(the generic AMDGPU ELF format used by elf64-amdgpu). The test
was incorrectly expecting 'amdgcn', which is the AMDGCN-specific
arch string used by ROCm HSA code objects.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list