Late evaluation of the fast-math vectorization requirement.
[oota-llvm.git] / test / Linker / type-unique-simple2.ll
index ead91df6da1569103e887b0b326447b32c6f3131..d4f398b8584114bb1a2b81ea7b0c55a5ca51a0d7 100644 (file)
@@ -1,6 +1,6 @@
-; REQUIRES: object-emission
+; REQUIRES: object-emission; native
 
 ; 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