[llvm] [bolt][nfc] Fix test X86/dynamic-relocs-on-entry.s (PR #125264)
YongKang Zhu via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 09:57:38 PST 2025
https://github.com/yozhu created https://github.com/llvm/llvm-project/pull/125264
None
>From d982a683ded075122866117b88d6324734cb3720 Mon Sep 17 00:00:00 2001
From: YongKang Zhu <yongzhu at fb.com>
Date: Fri, 31 Jan 2025 09:56:02 -0800
Subject: [PATCH] [bolt][nfc] Fix test X86/dynamic-relocs-on-entry.s
---
bolt/test/X86/dynamic-relocs-on-entry.s | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bolt/test/X86/dynamic-relocs-on-entry.s b/bolt/test/X86/dynamic-relocs-on-entry.s
index 2a29a43c4939a2..a5bf89c8824434 100644
--- a/bolt/test/X86/dynamic-relocs-on-entry.s
+++ b/bolt/test/X86/dynamic-relocs-on-entry.s
@@ -9,7 +9,7 @@
# RUN: FileCheck %s --input-file=%t.out.txt
## Check if the new address in `chain` is correctly updated by BOLT
-# CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entry:
+# CHECK: Relocation section '.rela.dyn' at offset 0x{{.*}} contains 1 entries:
# CHECK: {{.*}} R_X86_64_RELATIVE [[#%x,ADDR:]]
# CHECK: [[#ADDR]]: c3 retq
.text
@@ -29,4 +29,4 @@ _start:
.data
.Lfoo:
- .quad Label
\ No newline at end of file
+ .quad Label
More information about the llvm-commits
mailing list