[PATCH] D102436: WIP: [lld][WebAssembly] Enable string merging for debug sections

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 13 13:09:46 PDT 2021


sbc100 created this revision.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, dschuff.
sbc100 requested review of this revision.
Herald added subscribers: llvm-commits, aheejin.
Herald added a project: LLVM.

Currently this involves a whole lot of code duplication which
should be removed before we land it.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D102436

Files:
  lld/test/wasm/Inputs/merge-string-debug2.s
  lld/test/wasm/merge-string-debug.s
  lld/wasm/Driver.cpp
  lld/wasm/InputChunks.cpp
  lld/wasm/InputChunks.h
  lld/wasm/InputFiles.cpp
  lld/wasm/OutputSections.cpp
  lld/wasm/OutputSections.h
  lld/wasm/OutputSegment.cpp
  llvm/include/llvm/MC/MCContext.h
  llvm/lib/MC/MCObjectFileInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102436.345260.patch
Type: text/x-patch
Size: 16668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210513/e75c8a79/attachment.bin>


More information about the llvm-commits mailing list