[PATCH] D33499: [PPC] PPC32/Darwin ABI info
Ken Cunningham via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Dec 29 13:41:13 PST 2018
ken-cunningham-webuse added a comment.
I saw that idea floated but didn't see that it was accepted. I don't know exactly how much interest there is in darwin PPC. There are new tickets about Darwin PPC within the past few months. I see plenty of questions about it on the MacPorts boards.
I have clang/llvm-5.0 and clang/llvm-3.8 running now on 10.5 PPC with a 98% pass on the test suite. I use it to build things on a daily basis. The compiler_rt build is messy still, otherwise I would push it to MacPorts now.
AFAICT, darwin PPC is missing only support for non-default exceptions (there is a ticket about that), and this va_args thing. Everything else seems to be working and intact.
I have the patch in this ticket already incorporated in my builds.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D33499/new/
https://reviews.llvm.org/D33499
More information about the cfe-commits
mailing list