[all-commits] [llvm/llvm-project] d8c6d0: [PowerPC][PCRelative] Set TLS unsupported with PC ...

Kamau Bridgeman via All-commits all-commits at lists.llvm.org
Fri Aug 7 08:56:55 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8c6d083c954b03855700e16c81b483d2ae654d0
      https://github.com/llvm/llvm-project/commit/d8c6d083c954b03855700e16c81b483d2ae654d0
  Author: Kamau Bridgeman <kamau.bridgeman at ibm.com>
  Date:   2020-08-07 (Fri, 07 Aug 2020)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCISelLowering.cpp
    A llvm/test/CodeGen/PowerPC/pcrel-tls.ll

  Log Message:
  -----------
  [PowerPC][PCRelative] Set TLS unsupported with PC relative memops

Introduce a fatal error if any thread local storage code is compiled
using pc relative memory operations as well as a hidden override
option `-enable-ppc-pcrel-tls` so that this support can be incrementally
added if possible.

Reviewed By: #powerpc, nemanjai

Differential Revision: https://reviews.llvm.org/D85448




More information about the All-commits mailing list