[SimplifyLibCalls] Remove useless bits of this tests.
[oota-llvm.git] / test / Linker / type-unique-simple2.ll
index ead91df6da1569103e887b0b326447b32c6f3131..7c31cdf5975e33fa02c2073772abf50edda64012 100644 (file)
@@ -1,6 +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 -filetype=obj -O0 < %t > %t2
+; RUN: %llc_dwarf -filetype=obj -O0 < %t > %t2
 ; RUN: llvm-dwarfdump -debug-dump=info %t2 | FileCheck %S/Inputs/type-unique-simple2-a.ll