[PATCH] D45340: [WebAssembly] Add support for custom sections

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 5 15:41:57 PDT 2018


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

Copy user-defined custom section to the output, concatenating
sections with the same name.


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D45340

Files:
  test/wasm/custom-sections.ll
  wasm/InputChunks.cpp
  wasm/InputChunks.h
  wasm/InputFiles.cpp
  wasm/InputFiles.h
  wasm/OutputSections.cpp
  wasm/OutputSections.h
  wasm/Writer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45340.141233.patch
Type: text/x-patch
Size: 8932 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180405/b2e938b3/attachment.bin>


More information about the llvm-commits mailing list