Skip to content

Commit b4675ce

Browse files
author
git apple-llvm automerger
committed
Merge commit '55c223a7ed52' from llvm.org/master into apple/master
2 parents 6ca7b67 + 55c223a commit b4675ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/MC/XCOFFObjectWriter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class XCOFFObjectWriter : public MCObjectWriter {
165165

166166
// All the XCOFF sections, in the order they will appear in the section header
167167
// table.
168-
std::array<Section *const, 2> Sections = {&Text, &BSS};
168+
std::array<Section *const, 2> Sections{{&Text, &BSS}};
169169

170170
CsectGroup &getCsectGroup(const MCSectionXCOFF *MCSec);
171171

0 commit comments

Comments
 (0)