[all-commits] [llvm/llvm-project] dfe9bb: [ELF] Attempt to fix test on big endian architectures

Joseph Huber via All-commits all-commits at lists.llvm.org
Fri Jan 5 09:24:18 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dfe9bb4dc22796073b677984f2ffa5580003ce82
      https://github.com/llvm/llvm-project/commit/dfe9bb4dc22796073b677984f2ffa5580003ce82
  Author: Joseph Huber <huberjn at outlook.com>
  Date:   2024-01-05 (Fri, 05 Jan 2024)

  Changed paths:
    M llvm/unittests/Object/ELFObjectFileTest.cpp

  Log Message:
  -----------
  [ELF] Attempt to fix test on big endian architectures

Summary:
This test fails because AMDGPU has a check for little-endianness before
returning the architecture. This test attempts to force the type to be
considered little-endian for the purpose of this test.




More information about the All-commits mailing list