[llvm-bugs] [Bug 24832] New: llvm-mc can't handle huge .bss sections
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Sep 15 15:32:32 PDT 2015
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: unassignedbugs at nondot.org
Reporter: bigcheesegs at gmail.com
CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150915/b7c6d3e0/attachment-0001.html>
More information about the llvm-bugs
mailing list