[PATCH] D54207: [ELF] Make TrapInstr and Filler byte arrays. NFC.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 23:57:09 PST 2018


mstorsjo added a comment.

In https://reviews.llvm.org/D54207#1299504, @ruiu wrote:

> Hmm, what does that gcc error actually mean? It seems to me that its a false error.


I guess it means that it is confused by the syntax for default initialization of a member variable, when used in combination with a braced initializer list like this.


Repository:
  rL LLVM

https://reviews.llvm.org/D54207





More information about the llvm-commits mailing list