[all-commits] [llvm/llvm-project] 572dde: [XCOFF][AIX] Use 'L..' instead of '.L' for getPriv...

jasonliudev via All-commits all-commits at lists.llvm.org
Fri Jul 3 11:28:00 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 572dde55eebbe54eb90398c16c71d4376ca754e3
      https://github.com/llvm/llvm-project/commit/572dde55eebbe54eb90398c16c71d4376ca754e3
  Author: jasonliu <jasonliu.development at gmail.com>
  Date:   2020-07-03 (Fri, 03 Jul 2020)

  Changed paths:
    M clang/lib/Basic/Targets/PPC.h
    M llvm/docs/LangRef.rst
    M llvm/include/llvm/IR/DataLayout.h
    M llvm/lib/IR/DataLayout.cpp
    M llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
    M llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
    M llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
    M llvm/unittests/IR/ManglerTest.cpp

  Log Message:
  -----------
  [XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGlobalPrefix in DataLayout

Summary:
D80831 changed part of the prefix usage for AIX.
But there are other places getting prefix from DataLayout.
This patch intends to make prefix usage consistent on AIX.

Reviewed by: hubert.reinterpretcast, daltenty

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




More information about the All-commits mailing list