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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@238324
138bc75d-0d04-0410-961f-
82ee72b054a4
+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" } {