You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
363 B
10 lines
363 B
RUN: llvm-objdump -t %p/Inputs/trivial.obj.wasm | FileCheck %s
|
|
|
|
CHECK: SYMBOL TABLE:
|
|
CHECK-NEXT: 00000001 g F CODE main
|
|
CHECK-NEXT: 00000000 l O DATA .L.str
|
|
CHECK-NEXT: 00000000 F *UND* puts
|
|
CHECK-NEXT: 00000019 l F CODE .LSomeOtherFunction_bitcast
|
|
CHECK-NEXT: 00000000 F *UND* SomeOtherFunction
|
|
CHECK-NEXT: 00000010 g O DATA var
|