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 288b613 commit 0e00885Copy full SHA for 0e00885
src/driver.jl
@@ -220,7 +220,7 @@ const __llvm_initialized = Ref(false)
220
entry = finish_module!(job, ir, entry)
221
222
# deferred code generation
223
- has_deferred_jobs = !only_entry && toplevel &&
+ has_deferred_jobs = !only_entry &&
224
haskey(functions(ir), "deferred_codegen")
225
jobs = Dict{CompilerJob, String}(job => entry_fn)
226
if has_deferred_jobs
0 commit comments