[lld] r329014 - Define TrapInst for ppc64.

Rafael Avila de Espindola via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 09:55:05 PDT 2018


Rui Ueyama <ruiu at google.com> writes:

> On second thought, I'm not sure if this is safe on big-endian hosts. We
> have a 4 byte integer literal and write it to an output using memcpy.
> Doesn't this fail on big-endian host?

I will give it a try on a big endian host.

Cheers,
Rafael


More information about the llvm-commits mailing list