mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
[WebAssembly] Update more test cases after FixFunctionBitcasts
These test updates were missing from rL346286. llvm-svn: 346291
This commit is contained in:
parent
4d007763b7
commit
075bb2a339
@ -667,8 +667,10 @@ WASM-NEXT: Size: 13
|
||||
WASM-NEXT: - Index: 2
|
||||
WASM: Name: puts
|
||||
WASM: - Index: 3
|
||||
WASM: Name: SomeOtherFunction
|
||||
WASM: Name: .LSomeOtherFunction_bitcast
|
||||
WASM: - Index: 4
|
||||
WASM: Name: SomeOtherFunction
|
||||
WASM: - Index: 5
|
||||
WASM: Name: var
|
||||
WASM: SegmentInfo:
|
||||
WASM-NEXT: - Index: 0
|
||||
|
@ -62,6 +62,7 @@ ELF-MIPSEL: R_MIPS_CALL16 SomeOtherFunction
|
||||
WASM: CODE
|
||||
WASM-NEXT: R_WEBASSEMBLY_MEMORY_ADDR_SLEB .L.str
|
||||
WASM-NEXT: R_WEBASSEMBLY_FUNCTION_INDEX_LEB puts
|
||||
WASM-NEXT: R_WEBASSEMBLY_FUNCTION_INDEX_LEB .LSomeOtherFunction_bitcast
|
||||
WASM-NEXT: R_WEBASSEMBLY_FUNCTION_INDEX_LEB SomeOtherFunction
|
||||
|
||||
ELF-complex-x86-64: .text
|
||||
|
Loading…
Reference in New Issue
Block a user