[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
Thu Apr 9 17:26:13 PDT 2020


nemanjai added a comment.

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.


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