We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c91e9a6 + 95a18b8 commit 7f92888Copy full SHA for 7f92888
llvm/lib/MC/XCOFFObjectWriter.cpp
@@ -156,8 +156,8 @@ class XCOFFObjectWriter : public MCObjectWriter {
156
// CsectGroups. These store the csects which make up different parts of
157
// the sections. Should have one for each set of csects that get mapped into
158
// the same section and get handled in a 'similar' way.
159
- CsectGroup ProgramCodeCsects{CsectGroup::LabelDefSupported};
160
- CsectGroup BSSCsects{CsectGroup::LabelDefUnsupported};
+ CsectGroup ProgramCodeCsects{CsectGroup::LabelDefSupported, {}};
+ CsectGroup BSSCsects{CsectGroup::LabelDefUnsupported, {}};
161
162
// The Predefined sections.
163
Section Text;
0 commit comments