[PATCH] D69633: [XCOFF][AIX] Differentiate usage of label symbol and csect symbol
Digger via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 5 14:10:47 PST 2019
DiggerLin added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp:1768
// Handle common symbols.
if (GVKind.isCommon() || GVKind.isBSSLocal()) {
unsigned Align =
----------------
what about GVKind.isBSSExtern() ?
I think we need to deal with as .comm output
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69633/new/
https://reviews.llvm.org/D69633
More information about the llvm-commits
mailing list