[all-commits] [llvm/llvm-project] 659a08: [WebAssembly] Add import info to `dylink` section ...
Sam Clegg via All-commits
all-commits at lists.llvm.org
Fri Oct 15 11:51:46 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 659a08399a78c8807218558767f5d574a904ed30
https://github.com/llvm/llvm-project/commit/659a08399a78c8807218558767f5d574a904ed30
Author: Sam Clegg <sbc at chromium.org>
Date: 2021-10-15 (Fri, 15 Oct 2021)
Changed paths:
A lld/test/wasm/shared-weak-undefined.s
M lld/wasm/SyntheticSections.cpp
M llvm/include/llvm/BinaryFormat/Wasm.h
M llvm/include/llvm/ObjectYAML/WasmYAML.h
M llvm/lib/Object/WasmObjectFile.cpp
M llvm/lib/ObjectYAML/WasmYAML.cpp
M llvm/tools/obj2yaml/wasm2yaml.cpp
Log Message:
-----------
[WebAssembly] Add import info to `dylink` section of shared libraries
See https://github.com/WebAssembly/tool-conventions/pull/175
Differential Revision: https://reviews.llvm.org/D111345
More information about the All-commits
mailing list