<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jul 19, 2013 at 4:44 PM, David Blaikie <span dir="ltr"><<a href="mailto:dblaikie@gmail.com" target="_blank">dblaikie@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, Jul 18, 2013 at 9:56 PM, Manman Ren <<a href="mailto:mren@apple.com">mren@apple.com</a>> wrote:<br>
> Author: mren<br>
> Date: Thu Jul 18 23:56:51 2013<br>
> New Revision: 186653<br>
><br>
> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=186653&view=rev" target="_blank">http://llvm.org/viewvc/llvm-project?rev=186653&view=rev</a><br>
> Log:<br>
> Try to appease the bots.<br>
><br>
> Modified:<br>
>     llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll<br>
>     llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll<br>
>     llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll<br>
><br>
> Modified: llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll?rev=186653&r1=186652&r2=186653&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll?rev=186653&r1=186652&r2=186653&view=diff</a><br>

> ==============================================================================<br>
> --- llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll (original)<br>
> +++ llvm/trunk/test/CodeGen/ARM/2010-08-04-StackVariable.ll Thu Jul 18 23:56:51 2013<br>
> @@ -1,4 +1,4 @@<br>
> -; RUN: llc -O0 -mtriple=arm-apple-darwin < %s | grep DW_OP_breg<br>
> +; RUN: llc -O0 -mtriple=arm-apple-darwin -disable-debug-info-verifier < %s | grep DW_OP_breg<br>
>  ; Use DW_OP_breg in variable's location expression if the variable is in a stack slot.<br>
><br>
>  %struct.SVal = type { i8*, i32 }<br>
><br>
> Modified: llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll?rev=186653&r1=186652&r2=186653&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll?rev=186653&r1=186652&r2=186653&view=diff</a><br>

> ==============================================================================<br>
> --- llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll (original)<br>
> +++ llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll Thu Jul 18 23:56:51 2013<br>
> @@ -1,4 +1,4 @@<br>
> -; RUN: llc -O0 < %s | grep AT_decl_file |  grep 2<br>
> +; RUN: llc -O0 -disable-debug-info-verifier < %s | grep AT_decl_file |  grep 2<br>
>  ; Here _ZN1S3fooEv is defined in header file identified as AT_decl_file no. 2 in debug info.<br>
>  %struct.S = type <{ i8 }><br>
><br>
><br>
> Modified: llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll<br>
> URL: <a href="http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll?rev=186653&r1=186652&r2=186653&view=diff" target="_blank">http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll?rev=186653&r1=186652&r2=186653&view=diff</a><br>

> ==============================================================================<br>
> --- llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll (original)<br>
> +++ llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll Thu Jul 18 23:56:51 2013<br>
> @@ -1,4 +1,4 @@<br>
> -; RUN: llc -O2 %s -o - | FileCheck %s<br>
> +; RUN: llc -O2 -disable-debug-info-verifier %s -o - | FileCheck %s<br>
<br>
Rather than suppressing the verifier, should we fix these tests to pass it?<br></blockquote><div><br></div><div>Yes, we should fix all testing cases with disable-debug-info-verifier.</div><div>Currently we have 18 of those plus failures on dragonegg.</div>
<div><br></div><div>Manman </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
>  ; Check struct X for dead variable xyz from inlined function foo.<br>
><br>
>  ; CHECK:       DW_TAG_structure_type<br>
><br>
><br>
> _______________________________________________<br>
> llvm-commits mailing list<br>
> <a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
_______________________________________________<br>
llvm-commits mailing list<br>
<a href="mailto:llvm-commits@cs.uiuc.edu">llvm-commits@cs.uiuc.edu</a><br>
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits</a><br>
</blockquote></div><br></div></div>