[llvm-commits] PATCH: Fix DebugInfo codegen so that it doesn't duplicate debug info entries for variables in inlined functions (PR13202)

Alexey Samsonov samsonov at google.com
Fri Jul 6 01:45:44 PDT 2012


On Thu, Jul 5, 2012 at 9:25 PM, Eric Christopher <echristo at apple.com> wrote:

>
>> None of the above :) I meant actually running the gdb test suite with
>> clang before and after the patch.
>>
>
> Oh, got it. Patched Clang passes two extra tests on my machine (and passes
> all checks in gdb.opt/inline-locals.exp)
>
> $ diff gdb.sum.1 gdb.sum.2
> 1c1
> < Test Run By samsonov on Thu Jul  5 13:03:15 2012
> ---
> > Test Run By samsonov on Thu Jul  5 14:10:19 2012
> 14276c14276
> < FAIL: gdb.opt/inline-locals.exp: info args above bar (2)
> ---
> > PASS: gdb.opt/inline-locals.exp: info args above bar (2)
> 14284c14284
> < FAIL: gdb.opt/inline-locals.exp: info args above bar (3)
> ---
> > PASS: gdb.opt/inline-locals.exp: info args above bar (3)
> 19803,19804c19803,19804
> < # of expected passes 12566
> < # of unexpected failures 3426
> ---
> > # of expected passes 12568
> > # of unexpected failures 3424
>
>
> Sweet. Have at then. Thanks!
>

r159811, thanks!

-- 
Alexey Samsonov, MSK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120706/fb4c4e41/attachment.html>


More information about the llvm-commits mailing list