[llvm] r186119 - In response to dblaikie's comment on r186035, replacing the

David Blaikie dblaikie at gmail.com
Mon Jul 15 15:31:41 PDT 2013


On Fri, Jul 12, 2013 at 3:37 PM, Adrian Prantl <aprantl at apple.com> wrote:
>
> On Jul 12, 2013, at 2:55 PM, David Blaikie <dblaikie at gmail.com> wrote:
>
>> On Fri, Jul 12, 2013 at 2:49 PM, Adrian Prantl <aprantl at apple.com> wrote:
>>> doesn't seem to - I attempted to revert your fix (r185966 - had some
>>>
>>> You’ll want to revert 186014, not r185966.
>>
>> Reverting r186014 doesn't cause dbg_value_direct to fail for me
>> (either on ToT or after reverting 186119). Am I missing something?
>
> It works for me if I reset --hard all the way back to r186013.

Right, that helped. I've simplified this as far as I can in r186356 to
give you an idea of what I meant (for future reference).

> For some reason, just reverting 186014 is not sufficient.

That's slightly concerning - is it possible that some future change
removed the need for your original fix? It'd be nice if you could
explain that & ensure we don't have redundant/unnecessary code lying
around - the debug info code is hard enough to maintain as it is
without random excess bits left in.

- David




More information about the llvm-commits mailing list