mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
refactor entry point
This commit is contained in:
parent
866b5177cd
commit
a72556b927
7 changed files with 72 additions and 62 deletions
|
@ -240,7 +240,7 @@ fn create_llvm_module<'a>(
|
|||
|
||||
let entry_point = match entry_point {
|
||||
EntryPoint::Executable { symbol, layout, .. } => {
|
||||
roc_mono::ir::EntryPoint { symbol, layout }
|
||||
roc_mono::ir::SingleEntryPoint { symbol, layout }
|
||||
}
|
||||
EntryPoint::Test => {
|
||||
unreachable!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue