[PATCH] D54154: [ELF][MIPS] Use MIPS R6 `sigrie` as a trap instruction

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 6 15:41:42 PST 2018


ruiu added a comment.

Or maybe `std::array<uint8_t, 4>` as it allows you to initialize it by writing `TrapInstr = {0xcc, 0xcc, 0xcc, 0xcc}` (which you cannot do if TrapInstr is a uint8_t[4]).


Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D54154





More information about the llvm-commits mailing list