[cfe-dev] Clang should natively support fortran

Renato Golin via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 22 16:36:07 PDT 2016


On 22 June 2016 at 23:15, Yuri via cfe-dev <cfe-dev at lists.llvm.org> wrote:
> I guess the real question is: what is the best replacement of an unwind API?
> Does clang/llvm supply it? Or what is the best solution of this problem?

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.

cheers,
--renato



More information about the cfe-dev mailing list