[all-commits] [llvm/llvm-project] c6be3e: [NFC] clean up the AsmPrinter::emitLinkage for AIX...
diggerlin via All-commits
all-commits at lists.llvm.org
Thu Jun 11 10:34:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c6be3ea524c2e4b64a8db0984148f2f50c8f8e25
https://github.com/llvm/llvm-project/commit/c6be3ea524c2e4b64a8db0984148f2f50c8f8e25
Author: diggerlin <digger.llvm at gmail.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M llvm/include/llvm/MC/MCAsmInfo.h
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/MC/MCAsmInfoXCOFF.cpp
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
Log Message:
-----------
[NFC] clean up the AsmPrinter::emitLinkage for AIX part
SUMMARY:
Since we deal with aix emitLinkage in the PPCAIXAsmPrinter::emitLinkage() in the patch https://reviews.llvm.org/D75866. It do not go to AsmPrinter::emitLinkage() any more, we clean up some aix related code in the AsmPrinter::emitLinkage()
Reviewers: Jason liu
Differential Revision: https://reviews.llvm.org/D81613
More information about the All-commits
mailing list