Bump the serialization major version number
authorAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 13:05:07 +0000 (09:05 -0400)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 4 May 2022 13:07:57 +0000 (09:07 -0400)
This is a speculative fix for a build bot which does not put the LLVM
revision information into the PCH hash.

http://45.33.8.238/linux/75290/step_7.txt

clang/include/clang/Serialization/ASTBitCodes.h

index d11c913..1ed234e 100644 (file)
@@ -41,7 +41,7 @@ namespace serialization {
 /// Version 4 of AST files also requires that the version control branch and
 /// revision match exactly, since there is no backward compatibility of
 /// AST files at this time.
-const unsigned VERSION_MAJOR = 18;
+const unsigned VERSION_MAJOR = 19;
 
 /// AST file minor version number supported by this version of
 /// Clang.