[llvm] r187260 - next batch of -disable-debug-info-verifier

Manman Ren manman.ren at gmail.com
Fri Jul 26 15:43:13 PDT 2013


Hi Rafael,

I assume you found these failures with pipefail.
Thanks for working on it.

Manman

On 7/26/13, 3:31 PM, Rafael Espindola wrote:
> Author: rafael
> Date: Fri Jul 26 17:31:26 2013
> New Revision: 187260
>
> URL: http://llvm.org/viewvc/llvm-project?rev=187260&view=rev
> Log:
> next batch of -disable-debug-info-verifier
>
> Modified:
>      llvm/trunk/test/CodeGen/X86/2010-08-04-StackVariable.ll
>      llvm/trunk/test/CodeGen/X86/dbg-declare-arg.ll
>      llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll
>      llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll
>      llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll
>
> Modified: llvm/trunk/test/CodeGen/X86/2010-08-04-StackVariable.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2010-08-04-StackVariable.ll?rev=187260&r1=187259&r2=187260&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/2010-08-04-StackVariable.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/2010-08-04-StackVariable.ll Fri Jul 26 17:31:26 2013
> @@ -1,4 +1,4 @@
> -; RUN: llc -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
> +; RUN: llc -disable-debug-info-verifier -O0 -mtriple=x86_64-apple-darwin < %s | grep DW_OP_breg7
>   ; Use DW_OP_breg7 in variable's location expression if the variable is in a stack slot.
>   
>   %struct.SVal = type { i8*, i32 }
>
> Modified: llvm/trunk/test/CodeGen/X86/dbg-declare-arg.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/dbg-declare-arg.ll?rev=187260&r1=187259&r2=187260&view=diff
> ==============================================================================
> --- llvm/trunk/test/CodeGen/X86/dbg-declare-arg.ll (original)
> +++ llvm/trunk/test/CodeGen/X86/dbg-declare-arg.ll Fri Jul 26 17:31:26 2013
> @@ -1,4 +1,4 @@
> -; RUN: llc -O0 -fast-isel=false < %s | FileCheck %s
> +; RUN: llc -disable-debug-info-verifier -O0 -fast-isel=false < %s | FileCheck %s
>   target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
>   target triple = "x86_64-apple-macosx10.6.7"
>   ;Radar 9321650
>
> 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=187260&r1=187259&r2=187260&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll (original)
> +++ llvm/trunk/test/DebugInfo/2010-03-24-MemberFn.ll Fri Jul 26 17:31:26 2013
> @@ -1,4 +1,4 @@
> -; RUN: llc -O0 < %s | grep AT_decl_file |  grep 2
> +; RUN: llc -disable-debug-info-verifier -O0 < %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=187260&r1=187259&r2=187260&view=diff
> ==============================================================================
> --- llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll (original)
> +++ llvm/trunk/test/DebugInfo/2010-06-29-InlinedFnLocalVar.ll Fri Jul 26 17:31:26 2013
> @@ -1,4 +1,4 @@
> -; RUN: llc -O2 %s -o - | FileCheck %s
> +; RUN: llc -disable-debug-info-verifier -O2 %s -o - | FileCheck %s
>   ; Check struct X for dead variable xyz from inlined function foo.
>   
>   ; CHECK:	DW_TAG_structure_type
>
> Modified: llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll
> URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll?rev=187260&r1=187259&r2=187260&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll (original)
> +++ llvm/trunk/test/Transforms/LoopRotate/dbgvalue.ll Fri Jul 26 17:31:26 2013
> @@ -1,4 +1,4 @@
> -; RUN: opt -S -loop-rotate < %s | FileCheck %s
> +; RUN: opt -S -disable-debug-info-verifier -loop-rotate < %s | FileCheck %s
>   
>   declare void @llvm.dbg.declare(metadata, metadata) nounwind readnone
>   declare void @llvm.dbg.value(metadata, i64, metadata) nounwind readnone
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list