mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 13:59:08 +00:00
fix debug info and add it all to the llvm backend
This commit is contained in:
parent
7b1c009ca2
commit
496cd6710a
6 changed files with 8 additions and 22 deletions
|
@ -713,9 +713,6 @@ pub fn expect_mono_module_to_dylib<'a>(
|
|||
|
||||
env.dibuilder.finalize();
|
||||
|
||||
// we don't use the debug info, and it causes weird errors.
|
||||
module.strip_debug_info();
|
||||
|
||||
// Uncomment this to see the module's un-optimized LLVM instruction output:
|
||||
// env.module.print_to_stderr();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue