diff options
Diffstat (limited to 'src/boot/llvm/lltrans.ml')
| -rw-r--r-- | src/boot/llvm/lltrans.ml | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; |