mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
Merge remote-tracking branch 'origin/main' into upgrade-llvm-zig
This commit is contained in:
commit
d74a3c0746
28 changed files with 1040 additions and 166 deletions
|
@ -91,6 +91,7 @@ fn create_llvm_module<'a>(
|
|||
Ok(x) => x,
|
||||
Err(LoadMonomorphizedError::LoadingProblem(roc_load::LoadingProblem::FormattedReport(
|
||||
report,
|
||||
_,
|
||||
))) => {
|
||||
println!("{report}");
|
||||
panic!();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue