On Wed, Mar 30, 2022 at 9:25 AM Michael Cronenworth <[email protected]> wrote: > > On 3/30/22 7:38 AM, Sandro Mani wrote: > > Hi > > > > What does llvm-mingw mean exactly? FWIW, there is a mingw-llvm package. > > > > Thanks > > Sandro > > > It is a complete, cross-compiling, Windows PE building toolchain[1][2] that > uses > llvm instead of gcc. The 'mingw-llvm' package is the llvm backend in PE form > and not > the complete toolchain. >
The main llvm package should be capable of this already, as it's a retargetable compiler. The clang package provides a clang program that's capable of this. -- 真実はいつも一つ!/ Always, there's only one truth! _______________________________________________ mingw mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure
