[llvm] [llvm-readobj] Print AMDGPU specific values in GNU mode (PR #75661)

Joseph Huber via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 05:23:01 PST 2023


================
@@ -167,7 +167,7 @@ FileHeader:
 # RUN: llvm-readelf --file-headers %t.osabi.amd.hsa | FileCheck %s --match-full-lines --check-prefix=OSABI-AMDHSA-GNU
 
 # OSABI-AMDHSA-LLVM: OS/ABI: AMDGPU_HSA (0x40)
-# OSABI-AMDHSA-GNU:  OS/ABI: 40
----------------
jhuber6 wrote:

Nope, only one that changed. I could make some new ones but it doesn't seem like this is tested strenuously anywhere else so I figured it was considered fairly trivial.

https://github.com/llvm/llvm-project/pull/75661


More information about the llvm-commits mailing list