[llvm-commits] Please allow llvm to support armhf hardware / toolchain

Sandeep Patel deeppatel1987 at gmail.com
Tue Jan 10 11:45:19 PST 2012


Debian appears to use "gnueabihf". Is there another distro using
"eabihf" that we should deal with while we change this?

Also, this patch is just adding the triple, not actually enabling hard
float anywhere. Surely you'll need a clang patch here too.

deep

On Tue, Jan 10, 2012 at 7:24 PM, Sylvestre Ledru <sylvestre at debian.org> wrote:
> Hello,
>
> It would be nice if you could apply the attached patch. It has been
> generated against the last llvm svn.
> It allows LLVM to run on Arm Hard Float CPU (armhf or called also
> armv7).
>
> A new gcc triple has been introduced which requires LLVM to be updated.
>
> It builds without any problem:
> https://buildd.debian.org/status/fetch.php?pkg=llvm-3.0&arch=armhf&ver=3.0-5&stamp=1324362164
>
> More information on the Debian port:
> http://wiki.debian.org/ArmHardFloatPort
>
> and the impact of this triple on llvm:
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=642127
>
> Thanks,
> Sylvestre
> PS: This has been initially reported here:
> http://llvm.org/bugs/show_bug.cgi?id=11670
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>



More information about the llvm-commits mailing list