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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 15 00:05:09 PST 2018


ruiu added a comment.

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.


Repository:
  rL LLVM

https://reviews.llvm.org/D54207





More information about the llvm-commits mailing list