[llvm-commits] PATCH: Fix DebugInfo codegen so that it doesn't duplicate debug info entries for variables in inlined functions (PR13202)
Eric Christopher
echristo at apple.com
Thu Jul 5 10:25:50 PDT 2012
>
> 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!
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20120705/a545a1a8/attachment.html>
More information about the llvm-commits
mailing list