>
>> I think no DWARF-using target has dllimport (yet) so you are actually
>> handling a new situation here. Being unable to find the entity in the
>> dllimport-using CU is not a friendly debugging experience.
>>
>> --paulr
>>
>>
>>
>> *
tity the same way we currently treat
> declarations: ignore them.
>
> I don't have the bandwidth to generically improve debug info beyond what
> we can do for DWARF/GDB targets.
>
>
>
> --paulr
>
>
>
> *From:* David Majnemer [mailto:david.majne...@gmail.com
From: David Majnemer [mailto:david.majne...@gmail.com]
Sent: Tuesday, July 12, 2016 2:07 PM
To: Robinson, Paul
Cc: cfe-commits (cfe-commits@lists.llvm.org)
Subject: Re: r275040 - [CodeGen] Treat imported static local variables as
declarations
On Tue, Jul 12, 2016 at 2:02 PM, Robinson, Paul
:* Monday, July 11, 2016 12:27 PM
>
> *To:* Robinson, Paul
> *Cc:* cfe-commits (cfe-commits@lists.llvm.org)
> *Subject:* Re: r275040 - [CodeGen] Treat imported static local variables
> as declarations
>
>
>
>
>
>
>
> On Mon, Jul 11, 2016 at 11:45 AM, Robinson, Paul
&
To: Robinson, Paul
Cc: cfe-commits (cfe-commits@lists.llvm.org)
Subject: Re: r275040 - [CodeGen] Treat imported static local variables as
declarations
On Mon, Jul 11, 2016 at 11:45 AM, Robinson, Paul
mailto:paul.robin...@sony.com>> wrote:
It was not particularly obvious that by "s
day, July 11, 2016 9:53 AM
> *To:* Robinson, Paul
> *Cc:* cfe-commits (cfe-commits@lists.llvm.org)
> *Subject:* Re: r275040 - [CodeGen] Treat imported static local variables
> as declarations
>
>
>
>
>
>
>
> On Mon, Jul 11, 2016 at 9:48 AM, Robinson, Paul
> wrote:
&
ent: Monday, July 11, 2016 9:53 AM
To: Robinson, Paul
Cc: cfe-commits (cfe-commits@lists.llvm.org)
Subject: Re: r275040 - [CodeGen] Treat imported static local variables as
declarations
On Mon, Jul 11, 2016 at 9:48 AM, Robinson, Paul
mailto:paul.robin...@sony.com>> wrote:
This changes the
On Mon, Jul 11, 2016 at 9:48 AM, Robinson, Paul
wrote:
> This changes the IR but not the debug-info metadata?
> --paulr
>
The net effect is that the debug-info metadata is not generated for such
static members.
>
> > -Original Message-
> > From: cfe-commits [mailto:cfe-commits-boun...@
This changes the IR but not the debug-info metadata?
--paulr
> -Original Message-
> From: cfe-commits [mailto:cfe-commits-boun...@lists.llvm.org] On Behalf Of
> David Majnemer via cfe-commits
> Sent: Sunday, July 10, 2016 9:28 PM
> To: cfe-commits@lists.llvm.org
> Subject: r275040 - [CodeG