From 647f6aa4c06f681df8d2ab6520d8bcd273dff1a8 Mon Sep 17 00:00:00 2001 From: Pip Cet Date: Tue, 20 Aug 2024 19:16:58 +0000 Subject: [PATCH] Pure storage removal: Bump nativecomp ABI Use "9" as MPS builds use "7" and "8". * 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 5e8b49f7ffc..ac26ead08d9 100644 --- a/src/comp.c +++ b/src/comp.c @@ -468,7 +468,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 "9" /* Length of the hashes used for eln file naming. */ #define HASH_LENGTH 8