X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=blobdiff_plain;f=bindings%2Focaml%2Fllvm%2Fllvm.ml;h=567fa2fc9d906669ec0ecff277d07b8a9fc0834d;hp=ef3c5b5b57cb80b1d28313edb5b06fe0973b202f;hb=e0129b55d24b9aa4539683378a60a4d51535ebce;hpb=57d796af1f71ebb60386d27944b6c63b3bb02edd diff --git a/bindings/ocaml/llvm/llvm.ml b/bindings/ocaml/llvm/llvm.ml index ef3c5b5b57c..567fa2fc9d9 100644 --- a/bindings/ocaml/llvm/llvm.ml +++ b/bindings/ocaml/llvm/llvm.ml @@ -286,6 +286,8 @@ external reset_fatal_error_handler : unit -> unit = "llvm_reset_fatal_error_handler" external enable_pretty_stacktrace : unit -> unit = "llvm_enable_pretty_stacktrace" +external parse_command_line_options : ?overview:string -> string array -> unit + = "llvm_parse_command_line_options" type ('a, 'b) llpos = | At_end of 'a