[lld] Small fix of `lld/test/ELF/basic-sparcv9.s` (PR #98555)
John Ericson via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 14:25:52 PDT 2024
https://github.com/Ericson2314 created https://github.com/llvm/llvm-project/pull/98555
I made a mistake in https://github.com/llvm/llvm-project/pull/98553.
>From d26a5d3e9341c76d9f1dae80b84756c2d1e398e6 Mon Sep 17 00:00:00 2001
From: John Ericson <John.Ericson at Obsidian.Systems>
Date: Thu, 11 Jul 2024 17:24:58 -0400
Subject: [PATCH] Small fix of `lld/test/ELF/basic-sparcv9.s`
I made a mistake in https://github.com/llvm/llvm-project/pull/98553.
---
lld/test/ELF/basic-sparcv9.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lld/test/ELF/basic-sparcv9.s b/lld/test/ELF/basic-sparcv9.s
index b2f760f21ab05..177d44eaf932e 100644
--- a/lld/test/ELF/basic-sparcv9.s
+++ b/lld/test/ELF/basic-sparcv9.s
@@ -17,7 +17,7 @@ _start:
# CHECK-NEXT: Class: 64-bit (0x2)
# CHECK-NEXT: DataEncoding: BigEndian (0x2)
# CHECK-NEXT: FileVersion: 1
-# CHECK-NEXT: OS/ABI: OpenBSD (0x0)
+# CHECK-NEXT: OS/ABI: OpenBSD (0xC)
# CHECK-NEXT: ABIVersion: 0
# CHECK-NEXT: Unused: (00 00 00 00 00 00 00)
# CHECK-NEXT: }
More information about the llvm-commits
mailing list