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/global-ctor-dtor.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/global-ctor-dtor.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/global-ctor-dtor.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/MC/WebAssembly/global-ctor-dtor.ll b/llvm/test/MC/WebAssembly/global-ctor-dtor.ll index ed7f977d18f..210d00eb2e6 100644 --- a/llvm/test/MC/WebAssembly/global-ctor-dtor.ll +++ b/llvm/test/MC/WebAssembly/global-ctor-dtor.ll @@ -110,7 +110,6 @@ declare void @func3() ; CHECK-NEXT: Content: '01040000' ; CHECK-NEXT: - Type: CUSTOM ; CHECK-NEXT: Name: linking -; CHECK-NEXT: DataSize: 4 ; CHECK-NEXT: SymbolTable: ; CHECK-NEXT: - Index: 0 ; CHECK-NEXT: Kind: FUNCTION |

