[PATCH] D54875: [WebAssembly] Add support for the event section

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 3 19:57:34 PST 2018


aheejin updated this revision to Diff 176539.
aheejin marked 15 inline comments as done.
aheejin added a comment.
Herald added subscribers: dexonsmith, steven_wu, mehdi_amini.

- Address comments
- Remove dependencies from D54873 <https://reviews.llvm.org/D54873>/D54874 <https://reviews.llvm.org/D54874>


Repository:
  rLLD LLVM Linker

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54875/new/

https://reviews.llvm.org/D54875

Files:
  include/lld/Common/LLVM.h
  test/wasm/Inputs/event-section1.ll
  test/wasm/Inputs/event-section2.ll
  test/wasm/event-section.ll
  wasm/Driver.cpp
  wasm/InputChunks.cpp
  wasm/InputEntity.h
  wasm/InputFiles.cpp
  wasm/InputFiles.h
  wasm/InputGlobal.h
  wasm/LTO.cpp
  wasm/MarkLive.cpp
  wasm/OutputSections.cpp
  wasm/SymbolTable.cpp
  wasm/SymbolTable.h
  wasm/Symbols.cpp
  wasm/Symbols.h
  wasm/Writer.cpp
  wasm/WriterUtils.cpp
  wasm/WriterUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54875.176539.patch
Type: text/x-patch
Size: 35819 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181204/5697e674/attachment-0001.bin>


More information about the llvm-commits mailing list