autofdo create_gcov creates an extra .imports file. Always remove that
too when running an autofdo test case.
gcc/testsuite/:
2016-07-13 Andi Kleen <ak@linux.intel.com>
* lib/profopt.exp (profopt-execute): Remove .imports files.
From-SVN: r238324
+2016-07-13 Andi Kleen <ak@linux.intel.com>
+
+ * lib/profopt.exp (profopt-execute): Remove .imports files.
+
2016-07-13 Andi Kleen <ak@linux.intel.com>
* lib/profopt.exp (profopt-execute): Always log profiler
foreach ext $prof_ext {
profopt-target-cleanup $tmpdir $base $ext
profopt-target-cleanup $tmpdir perf data
+ profopt-target-cleanup $tmpdir $base "gcda.imports"
}
if { $status != "pass" } {