From 049072db824b7eeb4246fd75fa82b2837c00f9d3 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Fri, 5 Nov 2010 18:45:06 -0700 Subject: Update lltrans to also emit WinMain@16 on windows. --- src/boot/llvm/lltrans.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/boot/llvm/lltrans.ml') diff --git a/src/boot/llvm/lltrans.ml b/src/boot/llvm/lltrans.ml index c3b097af..22c1557e 100644 --- a/src/boot/llvm/lltrans.ml +++ b/src/boot/llvm/lltrans.ml @@ -1132,7 +1132,7 @@ let trans_crate Hashtbl.iter declare_mod_item items; Hashtbl.iter trans_mod_item items; Llfinal.finalize_module - llctx llmod abi asm_glue exit_task_glue crate_ptr; + sess llctx llmod abi asm_glue exit_task_glue crate_ptr; llmod with e -> Llvm.dispose_module llmod; raise e ;; -- cgit v1.2.3