[llvm-dev] Users of MIPS and PowerPC backends in production-class projects?

Justin Hibbits via llvm-dev llvm-dev at lists.llvm.org
Wed Feb 22 07:11:48 PST 2017


We're still working to get FreeBSD fully building for PowerPC with
clang, and have been in a state of "almost there" for some time now.
There are two methods of doing so, one is using the in-tree binutils
(2.17.50+patches), which has been patched to support newer relocations
LLVM generates; the other is using an external toolchain binutils
(2.25?).  We've had luck with both, and will be looking at lld in the
future as well.

- Justin

On Wed, Feb 22, 2017 at 3:48 AM, ardi via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Hi,
>
> I'd like to experiment with the MIPS and PowerPC backends, but,
> considering that they aren't widely used processors, I'd like to start
> with the same environment (OS/ABI/linker) used by the people who work
> with these backends.
>
> So, what OS/ABI/linker use the people who use these backends for
> production work?
>
> Thanks!!
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev


More information about the llvm-dev mailing list