[llvm-readobj/ELF] Teach how to decode DF_1_XXX flags
[oota-llvm.git] / test / Linker / type-unique-simple2.ll
index 83e4715bf0dbdba6ead0c0cf45acc9b249146b48..8a56e2e80c67465e6be608ec9c75834d606bcfc8 100644 (file)
@@ -2,3 +2,5 @@
 
 ; 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