Changeset View
Changeset View
Standalone View
Standalone View
test/Bindings/OCaml/executionengine.ml
(* RUN: cp %s %T/executionengine.ml | (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/executionengine.ml | ||||
* RUN: %ocamlc -g -w +A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t | * RUN: %ocamlc -g -w +A -package llvm.executionengine -linkpkg %t/executionengine.ml -o %t/executable | ||||
* RUN: %t | * RUN: %t/executable | ||||
* RUN: %ocamlopt -g -w +A -package llvm.executionengine -linkpkg %T/executionengine.ml -o %t | * RUN: %ocamlopt -g -w +A -package llvm.executionengine -linkpkg %t/executionengine.ml -o %t/executable | ||||
* RUN: %t | * RUN: %t/executable | ||||
* REQUIRES: native, object-emission | * REQUIRES: native, object-emission | ||||
* XFAIL: vg_leak | * XFAIL: vg_leak | ||||
*) | *) | ||||
open Llvm | open Llvm | ||||
open Llvm_executionengine | open Llvm_executionengine | ||||
open Llvm_target | open Llvm_target | ||||
▲ Show 20 Lines • Show All 99 Lines • Show Last 20 Lines |