[all-commits] [llvm/llvm-project] f93426: [WebAssembly] Move event section before global sec...
Heejin Ahn via All-commits
all-commits at lists.llvm.org
Wed Mar 25 11:52:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f93426c5b9646625aee728b1bd5066e6dc381b73
https://github.com/llvm/llvm-project/commit/f93426c5b9646625aee728b1bd5066e6dc381b73
Author: Heejin Ahn <aheejin at gmail.com>
Date: 2020-03-25 (Wed, 25 Mar 2020)
Changed paths:
M lld/wasm/SyntheticSections.cpp
M lld/wasm/SyntheticSections.h
M lld/wasm/Writer.cpp
M llvm/include/llvm/Object/Wasm.h
M llvm/include/llvm/ObjectYAML/WasmYAML.h
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/lib/ObjectYAML/WasmEmitter.cpp
M llvm/lib/ObjectYAML/WasmYAML.cpp
M llvm/tools/obj2yaml/wasm2yaml.cpp
Log Message:
-----------
[WebAssembly] Move event section before global section
Summary:
https://github.com/WebAssembly/exception-handling/issues/98
Also this moves many parts of code to make code align with the section
order, even if they don't affect the output.
Reviewers: tlively
Subscribers: dschuff, sbc100, hiraditya, sunfish, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D76752
More information about the All-commits
mailing list