[PATCH] D42425: [WebAssembly] Symbol changes #4e: remove object file name section

Nicholas Wilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 23 08:42:59 PST 2018


ncw created this revision.
ncw added a reviewer: sbc100.
Herald added subscribers: llvm-commits, sunfish, aheejin, jgravelle-google, dschuff, jfb.

As requested, here's another commit to remove the "name" section from `llc` and `clang` object files.

LLD is unaffected, no changes needed there. LLD continues to write out a name section, using the symbol names.


Repository:
  rL LLVM

https://reviews.llvm.org/D42425

Files:
  lib/MC/WasmObjectWriter.cpp
  test/MC/WebAssembly/comdat.ll
  test/MC/WebAssembly/global-ctor-dtor.ll
  test/MC/WebAssembly/sections.ll
  test/MC/WebAssembly/visibility.ll
  test/MC/WebAssembly/weak-alias.ll
  test/MC/WebAssembly/weak.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42425.131085.patch
Type: text/x-patch
Size: 6935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180123/687ba3f8/attachment.bin>


More information about the llvm-commits mailing list