Skip to content

Commit

Permalink
fixup! fixup! remove old deferred implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Aug 9, 2024
1 parent 2dada61 commit 4ac6aac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/driver.jl
Original file line number Diff line number Diff line change
Expand Up @@ -344,10 +344,10 @@ const __llvm_initialized = Ref(false)
if toplevel
entry = finish_ir!(job, ir, entry)

for (job′, fn′) in jobs
job′ == job && continue
finish_ir!(job′, ir, functions(ir)[fn′])
end
# for (job′, fn′) in jobs
# job′ == job && continue
# finish_ir!(job′, ir, functions(ir)[fn′])
# end
end

# replace non-entry function definitions with a declaration
Expand Down

0 comments on commit 4ac6aac

Please sign in to comment.