Improve pattern match from v1i8 to v1i32 for AArch64 Neon.
[oota-llvm.git] / test / Bindings / Ocaml / bitwriter.ml
index 138876001244e0593d75839d664873211fb811aa..ae456cf785c8cf0b44f2252ff0693469ef61b362 100644 (file)
@@ -1,4 +1,7 @@
-(* RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %s -o %t
+(* RUN: rm -rf %t.builddir
+ * RUN: mkdir -p %t.builddir
+ * RUN: cp %s %t.builddir
+ * RUN: %ocamlopt -warn-error A unix.cmxa llvm.cmxa llvm_bitwriter.cmxa %t.builddir/bitwriter.ml -o %t
  * RUN: %t %t.bc
  * RUN: llvm-dis < %t.bc
  * XFAIL: vg_leak