From b4e19177cbe87bdea74b7c707938a9df66c37df7 Mon Sep 17 00:00:00 2001 From: Erick Tryzelaar Date: Mon, 14 Sep 2009 21:54:32 +0000 Subject: Expose initializing the native target for the execution engine. llvm-svn: 81800 --- llvm/docs/tutorial/OCamlLangImpl5.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'llvm/docs/tutorial/OCamlLangImpl5.html') diff --git a/llvm/docs/tutorial/OCamlLangImpl5.html b/llvm/docs/tutorial/OCamlLangImpl5.html index bd22c5e229b..f19e900c00b 100644 --- a/llvm/docs/tutorial/OCamlLangImpl5.html +++ b/llvm/docs/tutorial/OCamlLangImpl5.html @@ -1487,6 +1487,8 @@ open Llvm_target open Llvm_scalar_opts let main () = + ignore (initialize_native_target ()); + (* Install standard binary operators. * 1 is the lowest precedence. *) Hashtbl.add Parser.binop_precedence '<' 10; -- cgit v1.2.3