From: Aaron Ballman Date: Wed, 4 May 2022 13:05:07 +0000 (-0400) Subject: Bump the serialization major version number X-Git-Tag: upstream/15.0.7~8665 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1587f6bb3ca2cf83591f392f932007dd0fdb7b54;p=platform%2Fupstream%2Fllvm.git Bump the serialization major version number 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 --- diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h index d11c913..1ed234e 100644 --- a/clang/include/clang/Serialization/ASTBitCodes.h +++ b/clang/include/clang/Serialization/ASTBitCodes.h @@ -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.