aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86/2010-04-13-PubType.ll
diff options
context:
space:
mode:
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.