Try harder to fix GCC 5.3 build
authorHans Wennborg <hans@chromium.org>
Thu, 24 Oct 2019 21:42:01 +0000 (23:42 +0200)
committerHans Wennborg <hans@chromium.org>
Thu, 24 Oct 2019 21:42:48 +0000 (23:42 +0200)
commit55c223a7ed522293cf9995d07d348368c345d1f2
tree6bd1165d4e5f4306fba000cdd5c06e2d83207a97
parent2c37833931eeba2e0a5107003018f86adfe6d774
Try harder to fix GCC 5.3 build

(This time verified locally.)

It was failing with:

llvm/lib/MC/XCOFFObjectWriter.cpp:168:56: error: array must be initialized with a brace-enclosed initializer
   std::array<Section *const, 2> Sections = {&Text, &BSS};
                                                        ^
llvm/lib/MC/XCOFFObjectWriter.cpp