[PATCH] D54207: [ELF] Make TrapInstr and Filler byte arrays. NFC.
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 15 00:08:52 PST 2018
mstorsjo added a comment.
In https://reviews.llvm.org/D54207#1299513, @ruiu wrote:
> Because we always overwrites the default {0,0,0,0} with an actual trap instruction in the ctors of the derived classes, I believe we can just remove `= {0, 0, 0, 0}` to tame gcc.
That does indeed seem to work, thanks!
Repository:
rL LLVM
https://reviews.llvm.org/D54207
More information about the llvm-commits
mailing list