diff options
author | Sam Clegg <sbc@chromium.org> | 2017-12-07 03:05:45 +0000 |
---|---|---|
committer | Sam Clegg <sbc@chromium.org> | 2017-12-07 03:05:45 +0000 |
commit | 8460b26403736e50afbb92b0657b8e556eb87a3c (patch) | |
tree | 40c6de565ad865c64bb36170f7ed8315c78788eb /llvm/test/MC/WebAssembly/reloc-code.ll | |
parent | e1694f9bf88dad94fa7b52de2bbad609d6cb37c7 (diff) | |
download | bcm5719-llvm-8460b26403736e50afbb92b0657b8e556eb87a3c.tar.gz bcm5719-llvm-8460b26403736e50afbb92b0657b8e556eb87a3c.zip |
Revert "[WebAssembly] Import the linear memory and function table."
We need to a little time to prepare and lld-side change that
supports this.
Original change: https://reviews.llvm.org/D40875
llvm-svn: 320003
Diffstat (limited to 'llvm/test/MC/WebAssembly/reloc-code.ll')
-rw-r--r-- | llvm/test/MC/WebAssembly/reloc-code.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/reloc-code.ll b/llvm/test/MC/WebAssembly/reloc-code.ll index e9aff890cff..f007b63ca83 100644 --- a/llvm/test/MC/WebAssembly/reloc-code.ll +++ b/llvm/test/MC/WebAssembly/reloc-code.ll @@ -22,7 +22,7 @@ entry: ; CHECK: Format: WASM ; CHECK: Relocations [ -; CHECK-NEXT: Section (6) CODE { +; CHECK-NEXT: Section (8) CODE { ; CHECK-NEXT: Relocation { ; CHECK-NEXT: Type: R_WEBASSEMBLY_MEMORY_ADDR_LEB (3) ; CHECK-NEXT: Offset: 0x9 |