[llvm-bugs] [Bug 28018] New: linking libxul produces a binary that crashes on startup

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Jun 6 06:51:31 PDT 2016


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

            Bug ID: 28018
           Summary: linking libxul produces a binary that crashes on
                    startup
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: jmuizelaar at mozilla.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

I'm building with a .mozconfig with:
ac_add_options --disable-optimize

with gcc 5.3.1 (Ubuntu 5.3.1-14ubuntu2.1)

I needed to remove the -Wl,-version-script,symverscript argument because lld
doesn't understand the version script that we use.

I switched to lld by replacing the 'ld' symlink in $OBJDIR/build/unix/gold/
with a symlink to lld

-- 
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/20160606/76f63240/attachment.html>


More information about the llvm-bugs mailing list