Files
llvm-project/llvm/test/CodeGen/SystemZ
Tony Tao 019ecdf7bb [SystemZ][GOFF] Implement emitGlobalAlias for GOFF/HLASM (#180041)
HLASM has a requirement where aliasing labels need to be emitted at the
same time as the aliasee label, similar to AIX. I used their
implementation for reference with some modifications as we can only
alias functions and we must emit all symbol attributes before the label
is emitted to ensure the XATTR instruction contains the correct
attributes.

---------

Co-authored-by: Tony Tao <tonytao@ca.ibm.com>
2026-02-06 14:49:25 -05:00
..