[lld] [lld][test] filecheck typo fixes (PR #93471)

Vy Nguyen via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 09:31:38 PDT 2024


================
@@ -23,8 +23,8 @@
 ## Check that [1] offset starts at c's address + 3 (its length).
 # CHECK-LABEL: Contents of __unwind_info section:
 # CHECK:  Top level indices: (count = 2)
-# CHECK-NEXT : [0]: function offset=[[#%#.7x,MAIN_ADDR]]
-# CHECK-NEXT : [1]: function offset=[[#%#.7x,C_ADDR + 3]]
+# CHECK-NEXT: [0]: function offset=[[#%#.7x,MAIN_ADDR]]
----------------
oontvoo wrote:

Sorry, I'm not sure I understand this change. Why is line 27 being deleted? From the PR's description seems to say it's only fixing typo ....

https://github.com/llvm/llvm-project/pull/93471


More information about the llvm-commits mailing list