[cfe-dev] Clang should natively support fortran

Ed Maste via cfe-dev cfe-dev at lists.llvm.org
Fri Jul 8 16:51:51 PDT 2016


On 6 July 2016 at 08:52, Asiri Rathnayake <asiri.rathnayake at gmail.com> wrote:
> Glad to be of help! :)
>
> @Ed: You said:
>
> "...heavily modified version of LLVM libunwind in NetBSD, which excludes the
> HP unwind interface and requires much less stack space."
>
> May be we should try and get them (stack usage improvements) into llvm
> libunwind? We're interested!

It looks like the largest issue I encountered before is unresolved.
Details are in the FreeBSD bug report:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206384.

In src/DwarfParser.hpp kMaxRegisterNumber is still an unconditional
120. We need to set it to an appropriate arch-specific value.



More information about the cfe-dev mailing list