/3rd_party/llvm/examples/OCaml-Kaleidoscope/Chapter3/myocamlbuild.ml
OCaml | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | 680b5c0e9ef07112d0d4f45cd4f9cf15 MD5 | raw file
Possible License(s): LGPL-2.1, BSD-3-Clause, JSON, MPL-2.0-no-copyleft-exception, GPL-2.0, GPL-3.0, LGPL-3.0, BSD-2-Clause
1open Ocamlbuild_plugin;; 2 3ocaml_lib ~extern:true "llvm";; 4ocaml_lib ~extern:true "llvm_analysis";; 5 6flag ["link"; "ocaml"; "g++"] (S[A"-cc"; A"g++"]);;