John Paul Adrian Glaubitz via llvm-dev
2021-Oct-22 08:07 UTC
[llvm-dev] PowerPC LLVM support much appreciated
Hello! On 10/22/21 09:50, Qiu Chaofan via llvm-dev wrote:> Darwin support in PowerPC backend was deprecated in LLVM 8.0.0 and some was > removed in later releases. So you need an earlier LLVM version to generate > code on Darwin PowerPC, which may not be fully compatible with latest rustc.I don't think it would take much to bring back support for Darwin/PowerPC as long as the generic support for Darwin and PowerPC is still present in LLVM and Rust. I mean, we have support for M68k ;-). Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - glaubitz at debian.org `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913
Nemanja Ivanovic via llvm-dev
2021-Oct-25 09:27 UTC
[llvm-dev] PowerPC LLVM support much appreciated
Bringing back support for Darwin/PowerPC is of course possible, but such undertakings are not free. Aside from the effort to bring it back, there is the effort of maintaining that support as the PowerPC back end continues to be developed for supported platforms (Linux, AIX, FreeBSD). So in order to consider bringing it back, we would really need to understand the use case - now and in the future. On Fri, Oct 22, 2021 at 4:07 AM John Paul Adrian Glaubitz via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hello! > > On 10/22/21 09:50, Qiu Chaofan via llvm-dev wrote: > > Darwin support in PowerPC backend was deprecated in LLVM 8.0.0 and some > was > > removed in later releases. So you need an earlier LLVM version to > generate > > code on Darwin PowerPC, which may not be fully compatible with latest > rustc. > > I don't think it would take much to bring back support for Darwin/PowerPC > as > long as the generic support for Darwin and PowerPC is still present in LLVM > and Rust. > > I mean, we have support for M68k ;-). > > Adrian > > -- > .''`. John Paul Adrian Glaubitz > : :' : Debian Developer - glaubitz at debian.org > `. `' Freie Universitaet Berlin - glaubitz at physik.fu-berlin.de > `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913 > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20211025/4f500aa3/attachment.html>