1
Fork 0

Only use the new node hashmap for anonymous nodes.

This commit is contained in:
Camille GILLOT 2023-03-12 11:56:20 +01:00 committed by John Kåre Alsaker
parent 1aeb99d248
commit 5a21f890e9
4 changed files with 110 additions and 55 deletions

View file

@ -173,7 +173,7 @@ pub(crate) fn build_dep_graph(
sess.opts.dep_tracking_hash(false).encode(&mut encoder);
Some(DepGraph::new(
&sess.prof,
sess,
prev_graph,
prev_work_products,
encoder,