[lld] [lld][test] filecheck typo fixes (PR #93471)
Vy Nguyen via llvm-commits
llvm-commits at lists.llvm.org
Wed May 29 07:36:11 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:
Ah, i see - feel free to revert this file (or temporarily disable the test), I'll have a look and fix it later this week. Thanks!
https://github.com/llvm/llvm-project/pull/93471
More information about the llvm-commits
mailing list