Stream: compiler development

Topic: run_low_level


view this post on Zulip Wizard ish (Nov 27 2024 at 22:11):

Why does run_low_level (in crates/compiler/gen_llvm/src/llvm/lowlevel.rs) not return a Result, as there might be cases where it can/should fail?

view this post on Zulip Brendan Hansknecht (Nov 27 2024 at 22:37):

When would it fail?

view this post on Zulip Wizard ish (Nov 27 2024 at 22:41):

if the args are bad

view this post on Zulip Brendan Hansknecht (Nov 27 2024 at 23:18):

Then it's a compiler bug


Last updated: Jul 06 2025 at 12:14 UTC