[PATCH] D133037: [lld][WebAssemby] Allow import names and sections to be empty strings.
Dan Gohman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 31 11:45:01 PDT 2022
sunfish created this revision.
sunfish added a reviewer: sbc100.
Herald added subscribers: pmatos, asb, hiraditya.
Herald added a project: All.
sunfish requested review of this revision.
Herald added a subscriber: aheejin.
Herald added a project: LLVM.
The component-model [canonical ABI] is currently using import names with empty strings. Remove the special cases for empty strings from WasmObjectFile.cpp so that they can pass through as-is.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133037
Files:
lld/test/wasm/import-module-empty.ll
lld/test/wasm/import-name-empty.ll
llvm/lib/Object/WasmObjectFile.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133037.457043.patch
Type: text/x-patch
Size: 3020 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220831/740c8d90/attachment.bin>
More information about the llvm-commits
mailing list