[llvm] [SystemZ][z/OS] Implement executePostLayoutBinding for GOFFObjectWriter (PR #67868)

Neumann Hon via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 23 18:02:38 PDT 2023


================
@@ -1296,6 +1298,41 @@ void SystemZAsmPrinter::emitPPA1(MCSymbol *FnEndSym) {
                                       4);
 }
 
+void SystemZAsmPrinter::emitGlobalVariable(const GlobalVariable *GV) {
+  if (TM.getTargetTriple().isOSzOS()) {
----------------
Everybody0523 wrote:

No, this class is used by Linux on Z as well. 

https://github.com/llvm/llvm-project/pull/67868


More information about the llvm-commits mailing list