[llvm-bugs] [Bug 35740] New: lld crash

via llvm-bugs llvm-bugs at lists.llvm.org
Sun Dec 24 11:52:17 PST 2017


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

            Bug ID: 35740
           Summary: lld crash
           Product: lld
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: ELF
          Assignee: unassignedbugs at nondot.org
          Reporter: rafael.espindola at gmail.com
                CC: ikudrin at accesssoftek.com, llvm-bugs at lists.llvm.org

% cat test.s
__aeabi_unwind_cpp_pr0:
% cat test.script
SECTIONS {
.trap : { *(.ARM.exidx) *(.dummy) }
}
% llvm-mc test.s -triple=armv7-unknown-linux-gnueabi -filetype=obj -o test.o
% ld.lld --script test.script test.o -o t
<segmentation fault>

-- 
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/20171224/c4598df5/attachment.html>


More information about the llvm-bugs mailing list