Thread overview
LDC mentioned in LLVM Weekly
Jun 30, 2014
Kai Nacke
Jul 01, 2014
Joakim
Jul 01, 2014
Kai Nacke
June 30, 2014
Hi all,

the latest LDC release is mentioned in LLVM Weekly:

http://llvmweekly.org/issue/26

Regards,
Kai
July 01, 2014
On Monday, 30 June 2014 at 10:55:36 UTC, Kai Nacke wrote:
> Hi all,
>
> the latest LDC release is mentioned in LLVM Weekly:
>
> http://llvmweekly.org/issue/26

Does this mean ARM EH will work now and issue 489 can be resolved?

"Support for ARM EHABI unwinding was added to libunwind. r211743."
http://reviews.llvm.org/rL211743
July 01, 2014
On Tuesday, 1 July 2014 at 15:01:10 UTC, Joakim wrote:
> On Monday, 30 June 2014 at 10:55:36 UTC, Kai Nacke wrote:
>> Hi all,
>>
>> the latest LDC release is mentioned in LLVM Weekly:
>>
>> http://llvmweekly.org/issue/26
>
> Does this mean ARM EH will work now and issue 489 can be resolved?
>
> "Support for ARM EHABI unwinding was added to libunwind. r211743."
> http://reviews.llvm.org/rL211743

No. It just means that Clang's libunwing can now handle ARM EHABI unwinding.

I have integrated some of David's work but I still have to merge&debug a lot.

Regards,
Kai