We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c1bc65 commit ce06fc4Copy full SHA for ce06fc4
src/driver.jl
@@ -218,7 +218,7 @@ const __llvm_initialized = Ref(false)
218
entry = finish_module!(job, ir, entry)
219
220
# deferred code generation
221
- has_deferred_jobs = !only_entry && toplevel &&
+ has_deferred_jobs = !only_entry &&
222
haskey(functions(ir), "deferred_codegen")
223
jobs = Dict{CompilerJob, String}(job => entry_fn)
224
if has_deferred_jobs
0 commit comments