[all-commits] [llvm/llvm-project] 87b45f: [llvm-readobj] Print AMDGPU specific values in GNU...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon Dec 18 07:22:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 87b45f1ca6d4ff4cb322c14b6375b2ea0063f82a
      https://github.com/llvm/llvm-project/commit/87b45f1ca6d4ff4cb322c14b6375b2ea0063f82a
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2023-12-18 (Mon, 18 Dec 2023)

  Changed paths:
    M llvm/test/tools/llvm-readobj/ELF/file-header-os-abi.test
    M llvm/tools/llvm-readobj/ELFDumper.cpp

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

Summary:
Currently, we don't emit any of the AMDGPU specific flags and options
when printing in GNU-mode (the default). This patch adds extra code to
handle outputting these values to match the output from GNU's `readelf`
when used on an AMDGPU image.




More information about the All-commits mailing list