[OCaml] PR9719, PR14727: Make tests run without ocamlopt.
[oota-llvm.git] / test / Bindings / Ocaml / executionengine.ml
index 3109081a71edfbcd31dbad2ef1f8f9e02f42a1f8..fa325ebc1df4c3d14f5369622a10c995a96fd2ec 100644 (file)
@@ -1,7 +1,7 @@
 (* RUN: rm -rf %t.builddir
  * RUN: mkdir -p %t.builddir
  * RUN: cp %s %t.builddir
- * RUN: %ocamlopt -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/executionengine.ml -o %t
+ * RUN: %ocamlcomp -warn-error A llvm.%cma llvm_target.%cma llvm_executionengine.%cma %t.builddir/executionengine.ml -o %t
  * RUN: %t
  * XFAIL: vg_leak hexagon
  *)