[PATCH] D73664: [PowerPC][Future] Add Support For Functions That Do Not Use A TOC.

Nemanja Ivanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 10 04:17:11 PDT 2020


nemanjai added a comment.

In D73664#1973361 <https://reviews.llvm.org/D73664#1973361>, @nemanjai wrote:

> In D73664#1972698 <https://reviews.llvm.org/D73664#1972698>, @nathanchance wrote:
>
> > For what it's worth, this patch introduces a regression when building the Linux kernel's `powernv_defconfig` with Clang and linking with `ld.bfd` (for some reason, `ld.lld` is fine):
>
>
> Changing code generation for subtargets that do not explicitly include PC-Relative support was not intended. Thank you for reporting this. Fix is coming soon.


Should be fixed in 5b18b6e9a84d985c0a907009fb71de7c1943bc88 <https://reviews.llvm.org/rG5b18b6e9a84d985c0a907009fb71de7c1943bc88>. @nathanchance can you please confirm that the kernel build is back to normal? Both Stefan and I were able to build it according to your instructions after that commit.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73664





More information about the llvm-commits mailing list