diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-11-16 18:59:51 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-11-16 18:59:51 +0000 |
| commit | 74f5fd4e32b8761045c8c0187f7cdf9b03301838 (patch) | |
| tree | bd93db9b64e9a1fe1243dd940801c6f16d7ed40c /llvm/test/CodeGen/WebAssembly/global.ll | |
| parent | 755577168ac1d61feff36287a1361bbb21e385c3 (diff) | |
| download | bcm5719-llvm-74f5fd4e32b8761045c8c0187f7cdf9b03301838.tar.gz bcm5719-llvm-74f5fd4e32b8761045c8c0187f7cdf9b03301838.zip | |
[WebAssembly] Default to static reloc model
Differential Revision: https://reviews.llvm.org/D54637
llvm-svn: 347073
Diffstat (limited to 'llvm/test/CodeGen/WebAssembly/global.ll')
| -rw-r--r-- | llvm/test/CodeGen/WebAssembly/global.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/WebAssembly/global.ll b/llvm/test/CodeGen/WebAssembly/global.ll index e4211670541..226189f6721 100644 --- a/llvm/test/CodeGen/WebAssembly/global.ll +++ b/llvm/test/CodeGen/WebAssembly/global.ll @@ -205,7 +205,7 @@ define i8* @call_memcpy(i8* %p, i8* nocapture readonly %q, i32 %n) { ; CHECK-NEXT: .skip 8 ; CHECK-NEXT: .size array, 8 ; CHECK: .type pointer_to_array,@object -; CHECK-NEXT: .section .data.rel.ro.pointer_to_array, +; CHECK-NEXT: .section .rodata.pointer_to_array, ; CHECK-NEXT: .globl pointer_to_array ; CHECK-NEXT: .p2align 2 ; CHECK-NEXT: pointer_to_array: |

