[llvm] [RISCV] RFC: Add PE/COFF file output support (PR #148045)
Jessica Clarke via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 10 15:48:07 PDT 2025
================
@@ -31,6 +32,13 @@ class RISCVMCAsmInfo : public MCAsmInfoELF {
const MCSpecifierExpr &Expr) const override;
};
+class RISCVCOFFMCAsmInfo : public MCAsmInfoGNUCOFF {
----------------
jrtc27 wrote:
AArch64 calls this AArch64MCAsmInfoGNUCOFF
https://github.com/llvm/llvm-project/pull/148045
More information about the llvm-commits
mailing list