From 2e13d10ca33273d7bda369bbef299bd4a1e2a8fd Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 23 Jul 2013 06:41:51 +0000 Subject: [PATCH] llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902. llvm-svn: 186930 --- llvm/test/DebugInfo/X86/dbg-value-range.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/DebugInfo/X86/dbg-value-range.ll b/llvm/test/DebugInfo/X86/dbg-value-range.ll index 83aa34e..a06cac7 100644 --- a/llvm/test/DebugInfo/X86/dbg-value-range.ll +++ b/llvm/test/DebugInfo/X86/dbg-value-range.ll @@ -1,4 +1,4 @@ -; RUN: llc -mtriple=x86_64-apple-darwin10 < %s | FileCheck %s +; RUN: llc -disable-debug-info-verifier -mtriple=x86_64-apple-darwin10 < %s | FileCheck %s %struct.a = type { i32 } -- 2.7.4