OSDN Git Service

[XCOFF][AIX] Use 'L..' instead of '.L' for getPrivateGlobalPrefix in DataLayout
authorjasonliu <jasonliu.development@gmail.com>
Thu, 2 Jul 2020 22:45:59 +0000 (22:45 +0000)
committerjasonliu <jasonliu.development@gmail.com>
Fri, 3 Jul 2020 18:25:14 +0000 (18:25 +0000)
commit572dde55eebbe54eb90398c16c71d4376ca754e3
tree10d012d3438023712910bf95ff665bd7ef0b9a8a
parentfc81f48fdeebd9e7c23900a410a39d3ced26019d
[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
clang/lib/Basic/Targets/PPC.h
llvm/docs/LangRef.rst
llvm/include/llvm/IR/DataLayout.h
llvm/lib/IR/DataLayout.cpp
llvm/test/CodeGen/PowerPC/aix-lower-constant-pool-index.ll
llvm/test/CodeGen/PowerPC/aix-lower-jump-table.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-const.ll
llvm/test/CodeGen/PowerPC/aix-xcoff-mergeable-str.ll
llvm/unittests/IR/ManglerTest.cpp