Skip to content

Commit

Permalink
[ExtractInstances] Fix Windows CI (#6758)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor committed Feb 27, 2024
1 parent 459e79e commit f7e2b26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Dialect/FIRRTL/Transforms/ExtractInstances.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ void ExtractInstancesPass::runOnOperation() {
dutModuleNames.clear();
dutPrefix = "";
extractionWorklist.clear();
files.clear();
extractionPaths.clear();
originalInstanceParents.clear();
extractedInstances.clear();
Expand Down

0 comments on commit f7e2b26

Please sign in to comment.