Only use the new node hashmap for anonymous nodes.
This commit is contained in:
parent
1aeb99d248
commit
5a21f890e9
4 changed files with 110 additions and 55 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue