Add instruction selection for AVX2 integer comparisons.
[oota-llvm.git] / test / Linker / link-archive.ll
index 0a23901ccd5180c92f518386da5b200cf5b8efda..9251b4e597ff8b299598f83c8c7c63a7b1800dc9 100644 (file)
@@ -1,6 +1,6 @@
 ; Test linking of a bc file to an archive via llvm-ld. 
-; XFAIL: *
 ; PR1434
+; RUN: rm -f %t.bar.a %t.foo.a
 ; RUN: llvm-as %s -o %t.bar.bc
 ; RUN: echo {define i32* @foo(i32 %x) \{ ret i32* @baz \} \
 ; RUN:   @baz = external global i32 } | llvm-as -o %t.foo.bc