public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
From: Eugene Rozenfeld <erozen@gcc.gnu.org>
To: gcc-cvs@gcc.gnu.org
Subject: [gcc r13-3497] Don't force DWARF4 for AutoFDO tests
Date: Wed, 26 Oct 2022 00:36:10 +0000 (GMT)	[thread overview]
Message-ID: <20221026003614.1F95F3860757@sourceware.org> (raw)

https://gcc.gnu.org/g:a9f339d86f8e26e3a4b3ad169e1937a254d19cf7

commit r13-3497-ga9f339d86f8e26e3a4b3ad169e1937a254d19cf7
Author: Eugene Rozenfeld <erozen@microsoft.com>
Date:   Tue Oct 25 17:17:05 2022 -0700

    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

Diff:
---
 gcc/testsuite/lib/profopt.exp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/testsuite/lib/profopt.exp b/gcc/testsuite/lib/profopt.exp
index ac7712a5b42..fe88d2fce37 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

                 reply	other threads:[~2022-10-26  0:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221026003614.1F95F3860757@sourceware.org \
    --to=erozen@gcc.gnu.org \
    --cc=gcc-cvs@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).