[PATCH] D124654: [AIX] Handling the label alignment of a global variable with its multiple aliases.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 18:57:36 PDT 2022


shchenz added a comment.

> After reading this patch, I'm confused about how it's supposed to work in general. In particular, what happens if we never call emitGlobalAliasInline() with the correct offset? Do we just throw away the symbol?

If there is a alias symbol which has an offset can not be recognized by this patch, I think a fatal error will be emitted. See `PPCAIXAsmPrinter::getAliasOffset()`. @Esme could you confirm that?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124654/new/

https://reviews.llvm.org/D124654



More information about the llvm-commits mailing list