emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/igc b75d0b6d4d4 7/7: Bump nativecomp ABI version


From: Pip Cet
Subject: scratch/igc b75d0b6d4d4 7/7: Bump nativecomp ABI version
Date: Sat, 20 Jul 2024 11:23:47 -0400 (EDT)

branch: scratch/igc
commit b75d0b6d4d4a9c79cd68c06da21ff171233e1917
Author: Pip Cet <pipcet@protonmail.com>
Commit: Pip Cet <pipcet@protonmail.com>

    Bump nativecomp ABI version
    
    * src/comp.c (ABI_VERSION): Bump.
---
 src/comp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/comp.c b/src/comp.c
index 7b8cfebccd9..0920d7b8e24 100644
--- a/src/comp.c
+++ b/src/comp.c
@@ -472,7 +472,7 @@ load_gccjit_if_necessary (bool mandatory)
 
 
 /* Increase this number to force a new Vcomp_abi_hash to be generated.  */
-#define ABI_VERSION "6"
+#define ABI_VERSION "7"
 
 /* Length of the hashes used for eln file naming.  */
 #define HASH_LENGTH 8



reply via email to

[Prev in Thread] Current Thread [Next in Thread]