[all-commits] [llvm/llvm-project] 362456: [AIX] Handle LinkOnceODRLinkage and AppendingLinka...
xiangling-liao via All-commits
all-commits at lists.llvm.org
Fri Mar 6 06:27:32 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 362456bc5359040635c7e0bcecd772f299bfe815
https://github.com/llvm/llvm-project/commit/362456bc5359040635c7e0bcecd772f299bfe815
Author: Xiangling Liao <Xiangling.Liao at ibm.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
A llvm/test/CodeGen/PowerPC/aix-AppendingLinkage.ll
A llvm/test/CodeGen/PowerPC/aix-LinkOnceODRLinkage.ll
Log Message:
-----------
[AIX] Handle LinkOnceODRLinkage and AppendingLinkage for static init gloabl arrays
Handle LinkOnceODRLinkage;
Handle AppendingLinkage type for llvm.global_ctors/dtors static init global arrays;
Differential Revision: https://reviews.llvm.org/D75305
More information about the All-commits
mailing list