From: Martin Liska Date: Tue, 22 Jun 2021 06:54:34 +0000 (+0200) Subject: autofdo: Bump AUTO_PROFILE_VERSION. X-Git-Tag: basepoints/gcc-13~6604 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8819c82ce814a6911e2c1bfebd60b1c2366a3805;p=thirdparty%2Fgcc.git autofdo: Bump AUTO_PROFILE_VERSION. gcc/ChangeLog: * auto-profile.c (AUTO_PROFILE_VERSION): Bump as string format was changed. --- diff --git a/gcc/auto-profile.c b/gcc/auto-profile.c index 43d6fa0b1f02..b23b82b2df4b 100644 --- a/gcc/auto-profile.c +++ b/gcc/auto-profile.c @@ -95,7 +95,7 @@ along with GCC; see the file COPYING3. If not see */ #define DEFAULT_AUTO_PROFILE_FILE "fbdata.afdo" -#define AUTO_PROFILE_VERSION 1 +#define AUTO_PROFILE_VERSION 2 namespace autofdo {