diff options
| author | Sam Clegg <sbc@chromium.org> | 2018-01-23 18:30:04 +0000 |
|---|---|---|
| committer | Sam Clegg <sbc@chromium.org> | 2018-01-23 18:30:04 +0000 |
| commit | 68b425f0bf81240138206bcc1114cab9c968ce45 (patch) | |
| tree | d16eb74b92c8e4d2b0aa8c884235292f816bf29c /llvm/test/MC/WebAssembly/visibility.ll | |
| parent | ae3e934bd688f572f70493c3c432bad655b3f6ab (diff) | |
| download | bcm5719-llvm-68b425f0bf81240138206bcc1114cab9c968ce45.tar.gz bcm5719-llvm-68b425f0bf81240138206bcc1114cab9c968ce45.zip | |
[WebAssembly] Remove "name" section of object wasm object files
LLD is unaffected, no changes needed there. LLD continues to
write out a name section, using the symbol names.
Fixes: https://github.com/WebAssembly/tool-conventions/issues/37
Patch by Nicholas Wilson!
Differential Revision: https://reviews.llvm.org/D42425
llvm-svn: 323234
Diffstat (limited to 'llvm/test/MC/WebAssembly/visibility.ll')
| -rw-r--r-- | llvm/test/MC/WebAssembly/visibility.ll | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/MC/WebAssembly/visibility.ll b/llvm/test/MC/WebAssembly/visibility.ll index 7e57848f96d..83c5a33d3f0 100644 --- a/llvm/test/MC/WebAssembly/visibility.ll +++ b/llvm/test/MC/WebAssembly/visibility.ll @@ -13,8 +13,6 @@ entry: } ; CHECK: - Type: CUSTOM - -; CHECK: - Type: CUSTOM ; CHECK-NEXT: Name: linking ; CHECK-NEXT: DataSize: 0 ; CHECK-NEXT: SymbolInfo: |

