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 7d8263c commit e91d054Copy full SHA for e91d054
src/driver/aot.rs
@@ -558,6 +558,7 @@ fn codegen_cgu_content(
558
});
559
let cache_key: Fingerprint = hasher.finish();
560
561
+ // FIXME don't call try_mark_green if already compiled in another cgu
562
if tcx.dep_graph.is_fully_enabled() && tcx.try_mark_green(&dep_node) {
563
let data = FileCache.get(&cache_key.to_le_bytes()).unwrap();
564
codegened_functions
0 commit comments