summaryrefslogtreecommitdiff
path: root/test/Linker/2011-08-18-unique-class-type.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Linker/2011-08-18-unique-class-type.ll')
-rw-r--r--test/Linker/2011-08-18-unique-class-type.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/2011-08-18-unique-class-type.ll b/test/Linker/2011-08-18-unique-class-type.ll
index 328e83bd07..65b5a0acca 100644
--- a/test/Linker/2011-08-18-unique-class-type.ll
+++ b/test/Linker/2011-08-18-unique-class-type.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-link %s %p/2011-08-18-unique-class-type2.ll -S -o - | FileCheck %s
+; RUN: llvm-link -disable-debug-info-verifier %s %p/2011-08-18-unique-class-type2.ll -S -o - | FileCheck %s
; CHECK: DW_TAG_class_type
; CHECK-NOT: DW_TAG_class_type
; Test to check there is only one MDNode for class A after linking.