[llvm] [BinaryFormat][ELF] Rename machine type INTEL205 to INTELGT (PR #159791)
Nick Sarnie via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 22 07:17:03 PDT 2025
================
@@ -480,6 +480,9 @@
# RUN: yaml2obj %s -o %t.ve.o -D MACHINE=EM_VE
# RUN: llvm-readelf --file-headers %t.ve.o | FileCheck %s -DMACHINE="NEC SX-Aurora Vector Engine"
+# RUN: yaml2obj %s -o %t.ve.o -D MACHINE=EM_INTELGT
----------------
sarnex wrote:
thanks for the review! will fix this and then merge
https://github.com/llvm/llvm-project/pull/159791
More information about the llvm-commits
mailing list