(* RUN: rm -rf %t && mkdir -p %t && cp %s %t/passmgr_builder.ml
* RUN: %ocamlc -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/executable
* RUN: %t/executable %t/bitcode.bc
* RUN: %ocamlopt -g -w +A -package llvm.passmgr_builder -linkpkg %t/passmgr_builder.ml -o %t/executable
* RUN: %t/executable %t/bitcode.bc
* XFAIL: vg_leak
*)
(* Note: It takes several seconds for ocamlopt to link an executable with
libLLVMCore.a, so it's better to write a big test than a bunch of
little ones. *)
let context = global_context (
let void_type = void_type context
(* Tiny unit test framework - really just to help find which line is busted *)
let print_checkpoints = false
if print_checkpoints then
prerr_endline ;
f (
(*===-- Fixture -----------------------------------------------------------===*)
let filename = argv.
let m = create_module context filename
(*===-- Pass Manager Builder ----------------------------------------------===*)
ignore ; x in
let module_passmgr = create ( in
let func_passmgr = create_function m in
ignore ;
compact (;
dispose module_passmgr;
dispose func_passmgr
(*===-- Driver ------------------------------------------------------------===*)
let _ =
suite "pass manager builder" test_pmbuilder;
dispose_module m