Don't remove DepSet as messes with skip-identical, part of last commit

This commit is contained in:
Wilson Snyder 2023-11-21 22:08:47 -05:00
parent 2b28ddd0c6
commit 0ee2a0e6d7

View File

@ -637,11 +637,10 @@ static void verilate(const string& argString) {
// Cleanup
// Ideally we'd do prefix + "_*.*", and prefix + ".*", but this seems
// potentially disruptive to old behavior
// potentially disruptive to old behavior, and --skip-identical
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.dot");
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.tree");
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*.txt");
V3Os::unlinkRegexp(v3Global.opt.hierTopDataDir(), v3Global.opt.prefix() + "_*_DepSet_*");
// Internal tests (after option parsing as need debug() setting,
// and after removing files as may make debug output)