[PATCH] D79774: [arm] Add big-endian version of pcrel fixups for adr instructions

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 12 10:11:53 PDT 2020


MaskRay added a comment.

In D79774#2031755 <https://reviews.llvm.org/D79774#2031755>, @dim wrote:

> Note I already merged this fix (minus the test case) into FreeBSD here: https://svnweb.freebsd.org/changeset/base/360697, since we needed it ASAP for being able to build big-endian ARM kernel code. So in that sense it's already been exercised for a bit. :)


MFC after:	immediately, since this fix is meant for stable/11

I still think the offending FreeBSD assembly can be fixed to be more portable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79774/new/

https://reviews.llvm.org/D79774





More information about the llvm-commits mailing list