summaryrefslogtreecommitdiff
path: root/examples/OCaml-Kaleidoscope/Chapter4/myocamlbuild.ml
blob: ff42664c43ba3524a9d9bf1c21261741bee23ac2 (plain)
1
2
3
4
5
6
7
8
9
10
open Ocamlbuild_plugin;;

ocaml_lib ~extern:true "llvm";;
ocaml_lib ~extern:true "llvm_analysis";;
ocaml_lib ~extern:true "llvm_executionengine";;
ocaml_lib ~extern:true "llvm_target";;
ocaml_lib ~extern:true "llvm_scalar_opts";;

flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;
dep ["link"; "ocaml"; "use_bindings"] ["bindings.o"];;