From 325a8dcc9d0f16db6127ea7140b99d8aaedfeb32 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186930 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/X86/dbg-value-range.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/DebugInfo/X86/dbg-value-range.ll b/test/DebugInfo/X86/dbg-value-range.ll index 83aa34e8a4b..a06cac7c337 100644 --- a/test/DebugInfo/X86/dbg-value-range.ll +++ b/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.34.1