diff options
| author | Sam Clegg <sbc@chromium.org> | 2017-09-20 19:03:35 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2017-09-20 19:03:35 +0000 |
| commit | d95ed959d8ab270808aeec8b31f06140e68834ea (patch) | |
| tree | 989216a22660bb777d0fcff71cbc4540067b80ed /llvm/test/MC/WebAssembly/explicit-sections.ll | |
| parent | 01a409520b39946bd4c7e86f83bc2d01d8c839d4 (diff) | |
| download | bcm5719-llvm-d95ed959d8ab270808aeec8b31f06140e68834ea.tar.gz bcm5719-llvm-d95ed959d8ab270808aeec8b31f06140e68834ea.zip | |
Reland "[WebAssembly] Add support for naming wasm data segments"
Add adds support for naming data segments. This is useful
useful linkers so that they can merge similar sections.
Differential Revision: https://reviews.llvm.org/D37886
llvm-svn: 313795
Diffstat (limited to 'llvm/test/MC/WebAssembly/explicit-sections.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/explicit-sections.ll | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/llvm/test/MC/WebAssembly/explicit-sections.ll b/llvm/test/MC/WebAssembly/explicit-sections.ll index e9607242252..a8342b62818 100644 --- a/llvm/test/MC/WebAssembly/explicit-sections.ll +++ b/llvm/test/MC/WebAssembly/explicit-sections.ll @@ -63,3 +63,16 @@ ; CHECK-NEXT: Opcode: I32_CONST ; CHECK-NEXT: Value: 24 ; CHECK-NEXT: Content: '08000000' + +; CHECK: - Type: CUSTOM +; CHECK-NEXT: Name: linking +; CHECK-NEXT: DataSize: 28 +; CHECK-NEXT: DataAlignment: 8 +; CHECK-NEXT: SegmentNames: +; CHECK-NEXT: - Index: 0 +; CHECK-NEXT: Name: .data.global0 +; CHECK-NEXT: - Index: 1 +; CHECK-NEXT: Name: .sec1 +; CHECK-NEXT: - Index: 2 +; CHECK-NEXT: Name: .sec2 +; CHECK-NEXT: ... |

