Skip to content

Commit 0300684

Browse files
committed
Fix Julia IR emission in codegen()
1 parent 43ef141 commit 0300684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/driver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function codegen(output::Symbol, @nospecialize(job::CompilerJob);
4949
mi, mi_meta = emit_julia(job)
5050

5151
if output == :julia
52-
return mi, meta
52+
return mi, mi_meta
5353
end
5454

5555

0 commit comments

Comments
 (0)