[all-commits] [llvm/llvm-project] 56b662: [BinaryFormat][ELF] Rename machine type INTEL205 t...
Nick Sarnie via All-commits
all-commits at lists.llvm.org
Mon Sep 22 07:34:38 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 56b6624253680ea8f5e58f57697110e14d0c32cb
https://github.com/llvm/llvm-project/commit/56b6624253680ea8f5e58f57697110e14d0c32cb
Author: Nick Sarnie <nick.sarnie at intel.com>
Date: 2025-09-22 (Mon, 22 Sep 2025)
Changed paths:
M llvm/include/llvm/BinaryFormat/ELF.h
M llvm/lib/BinaryFormat/ELF.cpp
M llvm/lib/ObjectYAML/ELFYAML.cpp
M llvm/test/tools/llvm-readobj/ELF/file-header-machine-types.test
M llvm/tools/llvm-readobj/ELFDumper.cpp
Log Message:
-----------
[BinaryFormat][ELF] Rename machine type INTEL205 to INTELGT (#159791)
`EM_INTEL205` was renamed to `EM_INTELGT` (ref
[here](https://sourceware.org/git/?p=binutils-gdb.git;a=commit;h=7b9f985957798ba4dacc454f22c9e426c6897cb8))
and is used for Intel GPU images.
We will be using this type for offloading to Intel GPUs.
---------
Signed-off-by: Sarnie, Nick <nick.sarnie at intel.com>
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