[llvm] [SystemZ][z/OS] Move emission of PPA1 (PR #208543)
Kai Nacke via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 07:18:44 PDT 2026
================
@@ -71,11 +72,42 @@ class SystemZTargetStreamer : public MCTargetStreamer {
virtual void emitADA(MCSymbol *Sym, MCSection *Section) {}
};
-class SystemZTargetGOFFStreamer : public SystemZTargetStreamer {
+class SystemZzOSStreamer : public SystemZTargetStreamer {
----------------
redstar wrote:
Changed.
https://github.com/llvm/llvm-project/pull/208543
More information about the llvm-commits
mailing list