[llvm] r186653 - Try to appease the bots.

Manman Ren manman.ren at gmail.com
Fri Jul 19 17:04:42 PDT 2013


On Fri, Jul 19, 2013 at 4:44 PM, David Blaikie <dblaikie at gmail.com> wrote:

> On Thu, Jul 18, 2013 at 9:56 PM, Manman Ren <mren at apple.com> wrote:
> > Author: mren
> > Date: Thu Jul 18 23:56:51 2013
> > New Revision: 186653
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=186653&view=rev
> > Log:
> > Try to appease the bots.
> >
> > Modified:
> >     llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll
> >     llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll
> >     llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
> >
> > Modified: llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll
> > URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll?rev=186653&r1=186652&r2=186653&view=diff
> >
> ==============================================================================
> > --- llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll (original)
> > +++ llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll Thu Jul 18
> 23:56:51 2013
> > @@ -1,4 +1,4 @@
> > -; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg
> > +; RUN: llc -O0 -mtriple=arm-apple-darwin -disable-debug-info-verifier <
> %s | grep DW_OP_breg
> >  ; Use DW_OP_breg in variable's location expression if the variable is
> in a stack slot.
> >
> >  %struct.SVal = type { i8*, i32 }
> >
> > Modified: llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll
> > URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll?rev=186653&r1=186652&r2=186653&view=diff
> >
> ==============================================================================
> > --- llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll (original)
> > +++ llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll Thu Jul 18 23:56:51
> 2013
> > @@ -1,4 +1,4 @@
> > -; RUN: llc -O0 < %s | grep AT_decl_file |  grep 2
> > +; RUN: llc -O0 -disable-debug-info-verifier < %s | grep AT_decl_file |
>  grep 2
> >  ; Here _ZN1S3fooEv is defined in header file identified as AT_decl_file
> no. 2 in debug info.
> >  %struct.S = type <{ i8 }>
> >
> >
> > Modified: llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
> > URL:
> http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll?rev=186653&r1=186652&r2=186653&view=diff
> >
> ==============================================================================
> > --- llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll (original)
> > +++ llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll Thu Jul 18
> 23:56:51 2013
> > @@ -1,4 +1,4 @@
> > -; RUN: llc -O2 %s -o - | FileCheck %s
> > +; RUN: llc -O2 -disable-debug-info-verifier %s -o - | FileCheck %s
>
> Rather than suppressing the verifier, should we fix these tests to pass it?
>

Yes, we should fix all testing cases with disable-debug-info-verifier.
Currently we have 18 of those plus failures on dragonegg.

Manman

>
> >  ; Check struct X for dead variable xyz from inlined function foo.
> >
> >  ; CHECK:       DW_TAG_structure_type
> >
> >
> > _______________________________________________
> > llvm-commits mailing list
> > llvm-commits at cs.uiuc.edu
> > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130719/a5693051/attachment.html>


More information about the llvm-commits mailing list