Skip to content
Snippets Groups Projects
Commit 847b9294 authored by Sam Clegg's avatar Sam Clegg
Browse files

[WebAssembly] Update test output after rL353357. NFC.

llvm-svn: 353368
parent 01227fea
No related branches found
No related tags found
No related merge requests found
...@@ -84,13 +84,16 @@ WASM: Symbols [ ...@@ -84,13 +84,16 @@ WASM: Symbols [
WASM-NEXT: Symbol { WASM-NEXT: Symbol {
WASM-NEXT: Name: main WASM-NEXT: Name: main
WASM-NEXT: Type: FUNCTION (0x0) WASM-NEXT: Type: FUNCTION (0x0)
WASM-NEXT: Flags: 0x0 WASM-NEXT: Flags [ (0x0)
WASM-NEXT: ]
WASM-NEXT: ElementIndex: 0x2 WASM-NEXT: ElementIndex: 0x2
WASM-NEXT: } WASM-NEXT: }
WASM-NEXT: Symbol { WASM-NEXT: Symbol {
WASM-NEXT: Name: .L.str WASM-NEXT: Name: .L.str
WASM-NEXT: Type: DATA (0x1) WASM-NEXT: Type: DATA (0x1)
WASM-NEXT: Flags: 0x2 WASM-NEXT: Flags [ (0x2)
WASM-NEXT: BINDING_LOCAL (0x2)
WASM-NEXT: ]
WASM-NEXT: Offset: 0x0 WASM-NEXT: Offset: 0x0
WASM-NEXT: Segment: 0x0 WASM-NEXT: Segment: 0x0
WASM-NEXT: Size: 0xD WASM-NEXT: Size: 0xD
...@@ -98,20 +101,26 @@ WASM-NEXT: } ...@@ -98,20 +101,26 @@ WASM-NEXT: }
WASM-NEXT: Symbol { WASM-NEXT: Symbol {
WASM-NEXT: Name: puts WASM-NEXT: Name: puts
WASM-NEXT: Type: FUNCTION (0x0) WASM-NEXT: Type: FUNCTION (0x0)
WASM-NEXT: Flags: 0x10 WASM-NEXT: Flags [ (0x10)
WASM-NEXT: UNDEFINED (0x10)
WASM-NEXT: ]
WASM-NEXT: Module: env WASM-NEXT: Module: env
WASM-NEXT: ElementIndex: 0x0 WASM-NEXT: ElementIndex: 0x0
WASM-NEXT: } WASM-NEXT: }
WASM-NEXT: Symbol { WASM-NEXT: Symbol {
WASM-NEXT: Name: .LSomeOtherFunction_bitcast WASM-NEXT: Name: .LSomeOtherFunction_bitcast
WASM-NEXT: Type: FUNCTION (0x0) WASM-NEXT: Type: FUNCTION (0x0)
WASM-NEXT: Flags: 0x2 WASM-NEXT: Flags [ (0x2)
WASM-NEXT: BINDING_LOCAL (0x2)
WASM-NEXT: ]
WASM-NEXT: ElementIndex: 0x3 WASM-NEXT: ElementIndex: 0x3
WASM-NEXT: } WASM-NEXT: }
WASM-NEXT: Symbol { WASM-NEXT: Symbol {
WASM-NEXT: Name: SomeOtherFunction WASM-NEXT: Name: SomeOtherFunction
WASM-NEXT: Type: FUNCTION (0x0) WASM-NEXT: Type: FUNCTION (0x0)
WASM-NEXT: Flags: 0x10 WASM-NEXT: Flags [ (0x10)
WASM-NEXT: UNDEFINED (0x10)
WASM-NEXT: ]
WASM-NEXT: Module: env WASM-NEXT: Module: env
WASM-NEXT: ElementIndex: 0x1 WASM-NEXT: ElementIndex: 0x1
WASM-NEXT: } WASM-NEXT: }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment