https://bugs.llvm.org/show_bug.cgi?id=42713
Ian Douglas Scott <i...@iandouglasscott.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|WONTFIX |FIXED
--- Comment #2 from Ian Douglas Scott <i...@iandouglasscott.com> ---
Interesting. So is it then expected that --entry doesn't really do anything
other than (looking at the code in Driver.cpp) verify the symbol exists, set
.forceExport to true, and call .setHidden(false)? This isn't really what I'd
expect; but I guess this reflects how WASM is unusual in that a wasm file that
isn't a "library" can export any number of functions, unlike normal targets
with one entry point.
In which case I suppose there also should be an additional argument to set the
start symbol, though I don't have any immediate need for it.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs