llvm-project
c632208d - [SystemZ] Split SystemZAsmPrinter into 2 classes - ELF and XPLink (#214343)

Commit
1 day ago
[SystemZ] Split SystemZAsmPrinter into 2 classes - ELF and XPLink (#214343) This PR splits the ELF and XPLink implementations in the SystemZAsmPrinter into 2 new classes. Each new class is derived from the SystemZAsmPrinter class. This is to avoid adding `isOSzOS()` checks in multiple places in SystemZAsmPrinter. --------- Co-authored-by: Yusra Syeda <yusra.syeda@ibm.com>
Author
Parents
Loading