[cfe-dev] Clang should natively support fortran

Lei Zhang via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 22 19:23:16 PDT 2016


2016-06-23 9:14 GMT+08:00 Yuri via cfe-dev <cfe-dev at lists.llvm.org>:
> On 06/22/2016 16:36, Renato Golin wrote:
>
> LLVM has a sub-project called libunwind (same as the other one, sorry
> for the bad naming).
>
> http://llvm.org/viewvc/llvm-project/libunwind/trunk/
>
> It's fairly active and mostly functional. I believe FreeBSD may
> already use it (or some other non-gcc one) internally with Clang, so
> you should just try to find it. It works pretty well with Compiler-RT
> and libc++, and I believe both are also aready being used by Clang in
> FreeBSD.
>
> I have no idea, though, if the ageing GCC in FreeBSD will work with
> libunwind, libc++ or compiler-RT. Actually, I'd be very surprised if
> it did... :(
>
> I'm copying some FreeBSD folks to chime in.
>
>
> libunwind is GPLv3-licensed, so it is unusable in the system that has
> GPL-averse license policy, like FreeBSD.

I guess you're mistaking LLVM's libunwind for the other one with the same name:

http://blog.llvm.org/2013/10/new-libunwind-implementation-in-libcabi.html


Lei



More information about the cfe-dev mailing list