[llvm] [bolt][nfc] Fix test X86/dynamic-relocs-on-entry.s (PR #125264)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 31 09:58:08 PST 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-bolt
Author: YongKang Zhu (yozhu)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/125264.diff
1 Files Affected:
- (modified) bolt/test/X86/dynamic-relocs-on-entry.s (+2-2)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/125264
More information about the llvm-commits
mailing list