[PATCH] D145539: [llvm/Target] Add Windows COFF support for RISC-V
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 7 20:41:46 PST 2023
MaskRay added a comment.
> Although it's possible to llvm-objcopy from ELF to COFF
llvm-objcopy doesn't support this. GNU objcopy can convert an ELF file to a PE/COFF file, but the semantics are poorly defined.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145539/new/
https://reviews.llvm.org/D145539
More information about the llvm-commits
mailing list