[PATCH] D44979: [ELF] - Make Target::TrapInstr to be uint8_t

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 17:44:54 PDT 2018


ruiu added a comment.

This is towards a wrong direction. uint32_t is a deliberate choice because as Rafael pointed out uint8_t doesn't work for most processors. You cannot expect that trap instruction is 1 byte long.


https://reviews.llvm.org/D44979





More information about the llvm-commits mailing list