[PATCH] D54875: [WebAssembly] Add support for the event section
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 25 00:46:59 PST 2018
aheejin created this revision.
aheejin added reviewers: dschuff, sbc100.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google.
aheejin edited the summary of this revision.
aheejin added a parent revision: D54874: [WebAssembly] Make Signature as an optional property for every type.
This adds support for the 'event section' specified in the exception
handling proposal.
Wasm exception handling binary model spec <https://github.com/WebAssembly/exception-handling/blob/master/proposals/Exceptions.md#changes-to-the-binary-model>
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D54875
Files:
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/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.175172.patch
Type: text/x-patch
Size: 36893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181125/b1ed0cd1/attachment.bin>
More information about the llvm-commits
mailing list