COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 22 Feb 2015 02:35:27 +0000 (02:35 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 22 Feb 2015 02:35:27 +0000 (02:35 +0000)
commitff7a64eb3aa406e5a209139d452c01205101fc6c
treed077ded881716b80c961c0799f43180b1b10fca1
parentf68ceb2e5806241ce37300794703ff069d7bcb3e
COFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF sections

The CodeView debug info section, .debug$S, also has this set.  MinGW
sets this bit for their DWARF sections as well.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230156 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCObjectFileInfo.cpp