[all-commits] [llvm/llvm-project] f4f29b: [PowerPC] Fix missing TLS symbol type.

stefanp-ibm via All-commits all-commits at lists.llvm.org
Thu Sep 3 03:57:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: f4f29b956c628dc5029345c97d11c8d198657f87
      https://github.com/llvm/llvm-project/commit/f4f29b956c628dc5029345c97d11c8d198657f87
  Author: Stefan Pintilie <stefanp at ca.ibm.com>
  Date:   2020-09-03 (Thu, 03 Sep 2020)

  Changed paths:
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/test/CodeGen/PowerPC/pcrel-tls-general-dynamic.ll
    M llvm/test/CodeGen/PowerPC/pcrel-tls-initial-exec.ll

  Log Message:
  -----------
  [PowerPC] Fix missing TLS symbol type.

Previous implementations for the TLS models General Dynamic and Initial Exec
were missing the ELF::STT_TLS type on symbols that required the type. This patch
adds the type.

Reviewed By: sfertile, MaskRay

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




More information about the All-commits mailing list