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

            Bug ID: 24832
           Summary: llvm-mc can't handle huge .bss sections
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: other
            Status: NEW
          Severity: normal
          Priority: P
         Component: MC
          Assignee: unassignedb...@nondot.org
          Reporter: bigchees...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

The following assembly file crashes llvm-mc because it tries to allocate too
much memory:

llvm-mc -filetype=obj -triple=x86_64-pc-linux

.bss
.zero 0x10000000000000



llvm-mc shouldn't allocate any memory for SHT_NOBITS sections.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to