mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
ignore stderr print. They are warnings.
This commit is contained in:
parent
5ea5208070
commit
a0622d57a2
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ fn gen_from_mono_module_llvm<'a>(
|
|||
.output()
|
||||
.unwrap();
|
||||
|
||||
assert!(bc_to_object.stderr.is_empty(), "{:#?}", bc_to_object);
|
||||
assert!(bc_to_object.status.success(), "{:#?}", bc_to_object);
|
||||
|
||||
MemoryBuffer::create_from_file(&app_o_file).expect("memory buffer creation works")
|
||||
} else if emit_debug_info {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue