[PATCH] D80390: [WIP][mips] Support 64-bit relative relocations

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 1 04:46:40 PDT 2020


arichardson added a comment.

I just tested building and booting FreeBSD MIPS64 on QEMU MALTA with this and D80392 <https://reviews.llvm.org/D80392>. Everything seems to work as before.

I did not try linking with ld.bfd instead of lld, but building with clang and linking with ld.bfd is not something I need for our MIPS builds.
For CheriBSD (FreeBSD ported to work on CHERI-MIPS and CHERI-RISC-V) we need lld anyway since we add new relocations that are only supported by lld.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80390





More information about the llvm-commits mailing list