[all-commits] [llvm/llvm-project] 5da6d4: Speculative build fix for GCC 5.3.0
Hans via All-commits
all-commits at lists.llvm.org
Thu Oct 24 10:59:57 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5da6d4ec1646706a5e7b6866c0085e35165419ba
https://github.com/llvm/llvm-project/commit/5da6d4ec1646706a5e7b6866c0085e35165419ba
Author: Hans Wennborg <hans at chromium.org>
Date: 2019-10-24 (Thu, 24 Oct 2019)
Changed paths:
M llvm/lib/MC/XCOFFObjectWriter.cpp
Log Message:
-----------
Speculative build fix for GCC 5.3.0
It was failing with
llvm/lib/MC/XCOFFObjectWriter.cpp:168:53: error: array must be initialized with a brace-enclosed initializer
std::array<Section *const, 2> Sections{&Text, &BSS};
^
More information about the All-commits
mailing list