Pure storage removal: Bump nativecomp ABI

Use "9" as MPS builds use "7" and "8".

* src/comp.c (ABI_VERSION): Bump.
This commit is contained in:
Pip Cet 2024-08-20 19:16:58 +00:00 committed by Stefan Kangas
parent c9ab325876
commit 647f6aa4c0

View file

@ -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