[llvm-bugs] [Bug 42713] New: wasm-ld not setting start symbol

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jul 22 07:41:49 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=42713

            Bug ID: 42713
           Summary: wasm-ld not setting start symbol
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: wasm
          Assignee: unassignedbugs at nondot.org
          Reporter: ian at iandouglasscott.com
                CC: llvm-bugs at lists.llvm.org, sbc at chromium.org

Created attachment 22269
  --> https://bugs.llvm.org/attachment.cgi?id=22269&action=edit
Script demonstrating the problem

Whether or not "--entry" is set explicitly, the resulting wasm object doesn't
seem to include a start symbol according to "wasm-objdump" (while it does show
one if the start symbol is set another way).

The problem should be easy enough to replicate, but I've attached a script
demonstrating it anyway.

-- 
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/20190722/1cdc7215/attachment.html>


More information about the llvm-bugs mailing list