2017-07-11 Yury Gribov <tetra2005@gmail.com>
* lib/profopt.exp: Print relative names in UNSUPPORTED
AutoFDO tests.
From-SVN: r250128
+2017-07-11 Yury Gribov <tetra2005@gmail.com>
+
+ * lib/profopt.exp: Print relative names in UNSUPPORTED
+ AutoFDO tests.
+
2017-07-10 Michael Collison <michael.collison@arm.com>
* gcc.target/aarch64/var_shift_mask_1.c: Fix for ILP32
if { ! [check_profiling_available "-fauto-profile"] } {
regsub "(?q)$srcdir/" $src "" testcase
- unsupported "$src -fauto-profile"
+ unsupported "$testcase -fauto-profile"
return
}
set profile_wrapper [profopt-perf-wrapper]
verbose "Running $cmd"
set id [remote_spawn "" $cmd]
if { $id < 0 } {
- unsupported "$src -fauto-profile: cannot run create_gcov"
+ unsupported "$testcase -fauto-profile: cannot run create_gcov"
set status "fail"
return
}