Commit f4d5a23d by Andi Kleen Committed by Andi Kleen

Clean up imports files in test suite

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
parent ae145898
2016-07-13 Andi Kleen <ak@linux.intel.com> 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 * lib/profopt.exp (profopt-execute): Always log profiler
command line. command line.
......
...@@ -518,6 +518,7 @@ proc profopt-execute { src } { ...@@ -518,6 +518,7 @@ proc profopt-execute { src } {
foreach ext $prof_ext { foreach ext $prof_ext {
profopt-target-cleanup $tmpdir $base $ext profopt-target-cleanup $tmpdir $base $ext
profopt-target-cleanup $tmpdir perf data profopt-target-cleanup $tmpdir perf data
profopt-target-cleanup $tmpdir $base "gcda.imports"
} }
if { $status != "pass" } { if { $status != "pass" } {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment