aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEugene Rozenfeld <erozen@microsoft.com>2022-10-25 17:17:05 -0700
committerEugene Rozenfeld <erozen@microsoft.com>2022-10-25 17:35:17 -0700
commita9f339d86f8e26e3a4b3ad169e1937a254d19cf7 (patch)
tree80a527d6f158186deb4a0a72e2aed83b76694069 /gcc
parente73ca788c64a1f44fa0cdc3aa0a862f7fbc84276 (diff)
downloadgcc-a9f339d86f8e26e3a4b3ad169e1937a254d19cf7.zip
gcc-a9f339d86f8e26e3a4b3ad169e1937a254d19cf7.tar.gz
gcc-a9f339d86f8e26e3a4b3ad169e1937a254d19cf7.tar.bz2
Don't force DWARF4 for AutoFDO tests
Support for DWARF5 was added to create_gcov in https://github.com/google/autofdo so we no longer need to force DWARF4 for AutoFDO tests. Tested on x86_64-pc-linux-gnu. gcc/testsuite/ChangeLog: * lib/profopt.exp: Don't force DWARF4 for AutoFDO tests
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/lib/profopt.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp
index ac7712a..fe88d2f 100644
--- a/gcc/testsuite/lib/profopt.exp
+++ b/gcc/testsuite/lib/profopt.exp
@@ -289,7 +289,7 @@ proc auto-profopt-execute { src } {
return
}
set profile_wrapper [profopt-perf-wrapper]
- set profile_option "-gdwarf-4 -DFOR_AUTOFDO_TESTING"
+ set profile_option "-g -DFOR_AUTOFDO_TESTING"
set feedback_option "-fauto-profile -DFOR_AUTOFDO_TESTING -fearly-inlining"
set run_autofdo 1
profopt-execute $src