================
@@ -1589,8 +1641,12 @@ void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) {
}
void SystemZAsmPrinter::emitStartOfAsmFile(Module &M) {
- if (TM.getTargetTriple().isOSzOS())
+ if (TM.getTargetTriple().isOSzOS()) {
+ ADASym = getObjFileLowering().getADASection()->getBeginSymbol();
----------------
uweigand wrote:
Why do we need to have that variable? Can't we just get the begin symbol where
needed?
https://github.com/llvm/llvm-project/pull/171476
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits