aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/2010-04-13-PubType.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-07-25 17:16:05 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-07-25 17:16:05 +0000
commitf204228b783315c98dc515137ff8e255f6f02dd1 (patch)
treef2e0222b5862c24a6da5427f79c3e0c7a6215036 /test/DebugInfo/X86/2010-04-13-PubType.ll
parentc34cb8a0f2a31afd23a05489e1378023e0106e37 (diff)
downloadexternal_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.zip
external_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.tar.gz
external_llvm-f204228b783315c98dc515137ff8e255f6f02dd1.tar.bz2
Current batch of -disable-debug-info-verifier.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187130 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo/X86/2010-04-13-PubType.ll')
-rw-r--r--test/DebugInfo/X86/2010-04-13-PubType.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/X86/2010-04-13-PubType.ll b/test/DebugInfo/X86/2010-04-13-PubType.ll
index 5bebeaa..64663c6 100644
--- a/test/DebugInfo/X86/2010-04-13-PubType.ll
+++ b/test/DebugInfo/X86/2010-04-13-PubType.ll
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -asm-verbose -mtriple=x86_64-macosx < %s | FileCheck %s
+; RUN: llc -disable-debug-info-verifier -O0 -asm-verbose -mtriple=x86_64-macosx < %s | FileCheck %s
; CHECK-NOT: .asciz "X" ## External Name
; CHECK: .asciz "Y" ## External Name
; Test to check type with no definition is listed in pubtypes section.