diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-02-27 23:57:37 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-02-27 23:57:37 +0000 |
| commit | 86b4a09a99b689f9717bd17cabd850857a53388d (patch) | |
| tree | 260b68ecf7adf33be82da0880e0aa8109820296f /llvm/test/MC/WebAssembly/explicit-sections.ll | |
| parent | 48a533d005d1de74e680896be8124b950b12f6fc (diff) | |
| download | bcm5719-llvm-86b4a09a99b689f9717bd17cabd850857a53388d.tar.gz bcm5719-llvm-86b4a09a99b689f9717bd17cabd850857a53388d.zip | |
[WebAssembly] Remove DataSize from linking metadata section
Neither the linker nor the runtime need this information
anymore. We were originally using this to model BSS size
but the plan is now to use the segment metadata to allow
for BSS segments.
Differential Revision: https://reviews.llvm.org/D41366
llvm-svn: 326267
Diffstat (limited to 'llvm/test/MC/WebAssembly/explicit-sections.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/explicit-sections.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/explicit-sections.ll b/llvm/test/MC/WebAssembly/explicit-sections.ll index 19a904b58ae..9b76927c378 100644 --- a/llvm/test/MC/WebAssembly/explicit-sections.ll +++ b/llvm/test/MC/WebAssembly/explicit-sections.ll @@ -32,7 +32,6 @@ target triple = "wasm32-unknown-unknown-wasm" ; CHECK-NEXT: Content: '08000000' ; CHECK-NEXT: - Type: CUSTOM ; CHECK-NEXT: Name: linking -; CHECK-NEXT: DataSize: 28 ; CHECK-NEXT: SymbolTable: ; CHECK-NEXT: - Index: 0 ; CHECK-NEXT: Kind: DATA |

