Skip to content

Commit e91d054

Browse files
committed
[WIP]
1 parent 7d8263c commit e91d054

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/driver/aot.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -558,6 +558,7 @@ fn codegen_cgu_content(
558558
});
559559
let cache_key: Fingerprint = hasher.finish();
560560

561+
// FIXME don't call try_mark_green if already compiled in another cgu
561562
if tcx.dep_graph.is_fully_enabled() && tcx.try_mark_green(&dep_node) {
562563
let data = FileCache.get(&cache_key.to_le_bytes()).unwrap();
563564
codegened_functions

0 commit comments

Comments
 (0)