diff options
Diffstat (limited to 'llvm/test/Bindings/Ocaml/ext_exc.ml')
| -rw-r--r-- | llvm/test/Bindings/Ocaml/ext_exc.ml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/Bindings/Ocaml/ext_exc.ml b/llvm/test/Bindings/Ocaml/ext_exc.ml index 80924387110..c99bc04333f 100644 --- a/llvm/test/Bindings/Ocaml/ext_exc.ml +++ b/llvm/test/Bindings/Ocaml/ext_exc.ml @@ -1,11 +1,11 @@ -(* RUN: rm -rf %t.builddir - * RUN: mkdir -p %t.builddir - * RUN: cp %s %t.builddir - * RUN: %ocamlcomp -warn-error A llvm.%cma llvm_bitreader.%cma llvm_executionengine.%cma %t.builddir/ext_exc.ml -o %t - * RUN: %t </dev/null +(* RUN: cp %s %T/ext_exc.ml + * RUN: %ocamlcomp -warn-error A -package llvm.bitreader -linkpkg %T/ext_exc.ml -o %t + * RUN: %t * XFAIL: vg_leak *) + let context = Llvm.global_context () + (* this used to crash, we must not use 'external' in .mli files, but 'val' if we * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *) let _ = |

