[all-commits] [llvm/llvm-project] 8d19cf: [PowerPC] omit location attribute for TLS variable...

Chen Zheng via All-commits all-commits at lists.llvm.org
Thu Aug 11 21:55:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8d19cfb72e13aaac3f5b5f1af884e7799aa9e05f
      https://github.com/llvm/llvm-project/commit/8d19cfb72e13aaac3f5b5f1af884e7799aa9e05f
  Author: Chen Zheng <czhengsz at cn.ibm.com>
  Date:   2022-08-12 (Fri, 12 Aug 2022)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/PowerPC/tls-debug-aix.ll

  Log Message:
  -----------
  [PowerPC] omit location attribute for TLS variable on AIX

TLS debug on AIX is not ready for now.
The location generated in no-integrated-as mode is wrong and
in integrated-as mode causes AIX linker error.

Reviewed By: Esme

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




More information about the All-commits mailing list