D <-> C++ exceptions
Joakim via Digitalmars-d
digitalmars-d at puremagic.com
Sun May 22 08:31:01 PDT 2016
On Sunday, 22 May 2016 at 09:45:05 UTC, Manu wrote:
> On 22 May 2016 at 18:09, Xiaoxi via Digitalmars-d
> <digitalmars-d at puremagic.com> wrote:
>> On Sunday, 22 May 2016 at 05:12:51 UTC, Manu wrote:
>>>
>>> On 22 May 2016 at 11:35, Walter Bright via Digitalmars-d
>>> <digitalmars-d at puremagic.com> wrote:
>>>>
>>>> On 5/21/2016 5:36 PM, Manu via Digitalmars-d wrote:
>>>>>
>>>>>
>>>>> Where are we with exceptions?
>>>>> I am now working against a C++ codebase that uses
>>>>> exceptions, on both
>>>>> linux and windows.
>>>>> Is it still only DWARF that works?
>>>>
>>>>
>>>>
>>>> That's right.
>>>
>>>
>>> Is MSCOFF work active, or on the back-burner?
>>
>>
>> I think ldc2 has full native support of "everything", win32 ,
>> win64, unix, plus it has a very recent phobos and as a bonus
>> it only uses 64bit real on windows.
>
> It doesn't have debuginfo.
Have you tried lately? MS has been pushing some support into
llvm, and I think the ldc guys who've been working on Windows
support have tried to pull it in.
More information about the Digitalmars-d
mailing list