Skip to content
Snippets Groups Projects
Commit a9f339d8 authored by Eugene Rozenfeld's avatar Eugene Rozenfeld
Browse files

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
parent e73ca788
No related branches found
No related tags found
No related merge requests found
...@@ -289,7 +289,7 @@ proc auto-profopt-execute { src } { ...@@ -289,7 +289,7 @@ proc auto-profopt-execute { src } {
return return
} }
set profile_wrapper [profopt-perf-wrapper] 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 feedback_option "-fauto-profile -DFOR_AUTOFDO_TESTING -fearly-inlining"
set run_autofdo 1 set run_autofdo 1
profopt-execute $src profopt-execute $src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment