[all-commits] [llvm/llvm-project] 1ea1e0: [AIX] Make sure to use QualNames for external glob...
David Tenty via All-commits
all-commits at lists.llvm.org
Thu Dec 5 12:22:57 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1ea1e053f6a10955a5aa8f5a8007544a846766e5
https://github.com/llvm/llvm-project/commit/1ea1e053f6a10955a5aa8f5a8007544a846766e5
Author: David Tenty <daltenty at ibm.com>
Date: 2019-12-05 (Thu, 05 Dec 2019)
Changed paths:
M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
M llvm/test/CodeGen/PowerPC/aix-xcoff-toc.ll
Log Message:
-----------
[AIX] Make sure to use QualNames for external global objects
Summary: Previously we only handled the case where the csect hadn't been set up yet, so we'd hit an assert later on.
Reviewers: jasonliu, DiggerLin, stevewan
Reviewed By: jasonliu
Subscribers: hubert.reinterpretcast, wuzish, nemanjai, hiraditya, kbarton, jsji, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D71032
More information about the All-commits
mailing list