File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -3206,12 +3206,14 @@ function parse_cache_header(f::IO, cachefile::AbstractString)
3206
3206
inc. filename = restore_depot_path (inc. filename, srcdepot)
3207
3207
end
3208
3208
end
3209
+
3210
+ # each include_dependency() file is allowed to relocate to a separate depot, #52161
3209
3211
for inc in includes_depfiles
3210
3212
depot = resolve_depot (inc. filename)
3211
3213
if depot === :no_depot_found
3212
- @debug (" Unable to resolve @depot tag for include_dependency() file $(inc. filename) from cache file $cachefile " , srcfiles, _group= :relocatable )
3214
+ @debug (" Unable to resolve @depot tag for include_dependency() file $(inc. filename) from cache file $cachefile " , _group= :relocatable )
3213
3215
elseif depot === :not_relocatable
3214
- @debug (" include_dependency() file $(inc. filename) from $cachefile is not relocatable" , srcfiles, _group= :relocatable )
3216
+ @debug (" include_dependency() file $(inc. filename) from $cachefile is not relocatable" , _group= :relocatable )
3215
3217
else
3216
3218
inc. filename = restore_depot_path (inc. filename, depot)
3217
3219
end
You can’t perform that action at this time.
0 commit comments