Skip to content

Commit 7f92888

Browse files
author
git apple-llvm automerger
committed
Merge commit '95a18b848fcb' from llvm.org/master into apple/master
2 parents c91e9a6 + 95a18b8 commit 7f92888

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/MC/XCOFFObjectWriter.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ class XCOFFObjectWriter : public MCObjectWriter {
156156
// CsectGroups. These store the csects which make up different parts of
157157
// the sections. Should have one for each set of csects that get mapped into
158158
// the same section and get handled in a 'similar' way.
159-
CsectGroup ProgramCodeCsects{CsectGroup::LabelDefSupported};
160-
CsectGroup BSSCsects{CsectGroup::LabelDefUnsupported};
159+
CsectGroup ProgramCodeCsects{CsectGroup::LabelDefSupported, {}};
160+
CsectGroup BSSCsects{CsectGroup::LabelDefUnsupported, {}};
161161

162162
// The Predefined sections.
163163
Section Text;

0 commit comments

Comments
 (0)