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)
commit429fa1220d638d5fa3d8b4e604252bf46af6b212
tree6b2d58d131ed59379f963073c249424074609a17
parent8c8b6d6b397db1e122138f306bb9fc28ee9b895d
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.

llvm-svn: 230156
llvm/lib/MC/MCObjectFileInfo.cpp