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 6ca7b67 + 55c223a commit b4675ceCopy full SHA for b4675ce
llvm/lib/MC/XCOFFObjectWriter.cpp
@@ -165,7 +165,7 @@ class XCOFFObjectWriter : public MCObjectWriter {
165
166
// All the XCOFF sections, in the order they will appear in the section header
167
// table.
168
- std::array<Section *const, 2> Sections = {&Text, &BSS};
+ std::array<Section *const, 2> Sections{{&Text, &BSS}};
169
170
CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
171
0 commit comments