Update test suite to make "ninja check" succeed without native backend builtin
[oota-llvm.git] / test / Linker / type-unique-simple2.ll
1 ; REQUIRES: object-emission; native
2
3 ; RUN: llvm-link %S/Inputs/type-unique-simple2-a.ll %S/Inputs/type-unique-simple2-b.ll -S -o %t
4 ; RUN: cat %t | FileCheck %S/Inputs/type-unique-simple2-a.ll -check-prefix=LINK
5 ; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
6 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll