[llvm-bugs] [Bug 51279] New: llvm-objcopy: for WASM object format support --localize-hidden (and maybe --redefine-sym)
via llvm-bugs
llvm-bugs at lists.llvm.org
Fri Jul 30 02:35:56 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=51279
Bug ID: 51279
Summary: llvm-objcopy: for WASM object format support
--localize-hidden (and maybe --redefine-sym)
Product: new-bugs
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: vadimkantorov at gmail.com
CC: htmldeveloper at gmail.com, llvm-bugs at lists.llvm.org
This would help linking WASM-object files with same-named functions.
Usecase:
I'm trying to link in one busybox-like executable various WASM-compiled
TexLive binaries that have same-named functions that are implemented slightly
differently.
Original usecase description in Emscripten repo:
https://github.com/emscripten-core/emscripten/issues/12167#issuecomment-731779128
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210730/169fd57a/attachment.html>
More information about the llvm-bugs
mailing list