[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:57 PDT 2025


================
@@ -344,6 +359,7 @@ LLVMInitializeRISCVTargetMC() {
     TargetRegistry::RegisterMCInstPrinter(*T, createRISCVMCInstPrinter);
     TargetRegistry::RegisterMCSubtargetInfo(*T, createRISCVMCSubtargetInfo);
     TargetRegistry::RegisterELFStreamer(*T, createRISCVELFStreamer);
+	TargetRegistry::RegisterCOFFStreamer(*T, createRISCVWinCOFFStreamer);
----------------
jrtc27 wrote:

Formatting?

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


More information about the llvm-commits mailing list