Fix another llvm.ctors merging bug.
[oota-llvm.git] / test / Linker / type-unique-simple2.ll
index 83e4715bf0dbdba6ead0c0cf45acc9b249146b48..7c31cdf5975e33fa02c2073772abf50edda64012 100644 (file)
@@ -1,4 +1,7 @@
 ; REQUIRES: object-emission
+; REQUIRES: default_triple
 
 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
+; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
+; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll