[all-commits] [llvm/llvm-project] 9569a1: [PowerPC] Move .got2/.toc logic from PPCLinuxAsmPr...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sat Feb 29 17:12:47 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9569a1472ee7fee37f7f991d34634c5d8d1f3559
https://github.com/llvm/llvm-project/commit/9569a1472ee7fee37f7f991d34634c5d8d1f3559
Author: Fangrui Song <maskray at google.com>
Date: 2020-02-29 (Sat, 29 Feb 2020)
Changed paths:
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/test/CodeGen/PowerPC/mcm-2.ll
M llvm/test/CodeGen/PowerPC/mcm-3.ll
M llvm/test/CodeGen/PowerPC/mcm-6.ll
M llvm/test/CodeGen/PowerPC/ppc32-pic-large.ll
Log Message:
-----------
[PowerPC] Move .got2/.toc logic from PPCLinuxAsmPrinter::doFinalization() to emitEndOfAsmFile()
Delete redundant .p2align 2 and improve tests.
More information about the All-commits
mailing list