[LLVMbugs] [Bug 16861] New: [-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for COFF

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Aug 11 20:20:37 PDT 2013


http://llvm.org/bugs/show_bug.cgi?id=16861

            Bug ID: 16861
           Summary: [-cxx-abi microsoft] Stick zero initialized symbols
                    into the .bss section for COFF
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Common Code Generator Code
          Assignee: unassignedbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

We don't stick zero initialized symbols into the .bss section.

We need to do two things:

- Initialize BSSSection in MCObjectFileInfo::InitCOFFMCObjectFileInfo
- Teach TargetLoweringObjectFileCOFF::SelectSectionForGlobal what to do with it

-- 
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/20130812/40fcf728/attachment.html>


More information about the llvm-bugs mailing list