[llvm] r186930 - llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902.
NAKAMURA Takumi
geek4civic at gmail.com
Mon Jul 22 23:41:51 PDT 2013
Author: chapuni
Date: Tue Jul 23 01:41:51 2013
New Revision: 186930
URL: http://llvm.org/viewvc/llvm-project?rev=186930&view=rev
Log:
llvm/test/DebugInfo/X86/dbg-value-range.ll: Add -disable-debug-info-verifier, too, since r186902.
Modified:
llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll
Modified: llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll?rev=186930&r1=186929&r2=186930&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll (original)
+++ llvm/trunk/test/DebugInfo/X86/dbg-value-range.ll Tue Jul 23 01:41:51 2013
@@ -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 }
More information about the llvm-commits
mailing list