Skip to content

Commit 4ac6aac

Browse files
committed
fixup! fixup! remove old deferred implementation
1 parent 2dada61 commit 4ac6aac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/driver.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -344,10 +344,10 @@ const __llvm_initialized = Ref(false)
344344
if toplevel
345345
entry = finish_ir!(job, ir, entry)
346346

347-
for (job′, fn′) in jobs
348-
job′ == job && continue
349-
finish_ir!(job′, ir, functions(ir)[fn′])
350-
end
347+
# for (job′, fn′) in jobs
348+
# job′ == job && continue
349+
# finish_ir!(job′, ir, functions(ir)[fn′])
350+
# end
351351
end
352352

353353
# replace non-entry function definitions with a declaration

0 commit comments

Comments
 (0)