[cfe-dev] Clang should natively support fortran
Ed Maste via cfe-dev
cfe-dev at lists.llvm.org
Mon Jul 18 07:47:19 PDT 2016
> On Tue, Jul 12, 2016 at 10:12 AM, Asiri Rathnayake
> <asiri.rathnayake at gmail.com> wrote:
>>>
>>> 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.
>>
>>
>> Why not upstream this patch? :)
I committed that to FreeBSD before being AFK last week. There's a
very tight deadline before the 11.0 release, and I wanted to get it in
there ASAP but consider refining further before it makes it into
LLVM's repo - for example, adding assertions as you mentioned.
>> I can do these improvements if you can open up a phabricator review for
>> your patch. I'm not that familiar with the Dwarf unwinder yet, but I can
>> work on that offline.
Ok, I'll upload this change to Phabricator and can either incorporate
your suggestions or go ahead with the change as is and have you follow
up.
-Ed
More information about the cfe-dev
mailing list