mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
apply Ayaz review suggestions
This commit is contained in:
parent
c1d0c24194
commit
ec874655dd
3 changed files with 17 additions and 25 deletions
|
@ -335,7 +335,8 @@ pub fn helper<'a>(
|
|||
let (main_fn_name, delayed_errors, module) =
|
||||
create_llvm_module(arena, src, config, context, target, function_kind);
|
||||
|
||||
//module.print_to_file(std::path::Path::new("/home/username/gitrepos/roc4/roc/str_to_u128.ll")).unwrap();
|
||||
// for debugging:
|
||||
//module.print_to_file(std::path::Path::new("/home/username/roc/llvm_ir.ll")).unwrap();
|
||||
|
||||
if !config.emit_debug_info {
|
||||
module.strip_debug_info();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue