We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ff012d commit 7ab15a7Copy full SHA for 7ab15a7
lld/test/wasm/archive.ll
@@ -33,10 +33,10 @@ entry:
33
; TODO(ncw): Update LLD so that the symbol table is written out for
34
; non-relocatable output (with an option to strip it)
35
36
-; CHECK: 00000004 T _start
37
-; CHECK-NEXT: 00000002 T archive2_symbol
+; CHECK: 00000016 T _start
+; CHECK-NEXT: 0000000a T archive2_symbol
38
; CHECK-NEXT: 00000001 T bar
39
-; CHECK-NEXT: 00000003 T foo
+; CHECK-NEXT: 0000000d T foo
40
; CHECK-NEXT: U missing_func
41
42
; Verify that symbols from unused objects don't appear in the symbol table
0 commit comments