Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
precompile: Ensure CI has inference results available for `jl_create_…
…native` (JuliaLang#55528) `jl_emit_codeinst` expects inference results to be available, so `jl_ci_cache_lookup` needs to provide a CI that has them. I noticed this because it was causing missing code when, e.g., compiling `NetworkOptions.__init__` using `--trim` (JuliaLang#55047). Unfortunately `jl_emit_codeinst` failures are silently ignored (they just leave the LLVM module empty), so it was easy to miss that the looked-up CIs sometimes fail to compile.
- Loading branch information