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
This commit is contained in:
parent
ae145898a7
commit
f4d5a23df8
@ -1,3 +1,7 @@
|
|||||||
|
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>
|
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
|
||||||
|
@ -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" } {
|
||||||
|
Loading…
Reference in New Issue
Block a user