Author: Nico Weber Date: 2021-03-09T12:29:43-05:00 New Revision: b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6
URL: https://github.com/llvm/llvm-project/commit/b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6 DIFF: https://github.com/llvm/llvm-project/commit/b8b7a9dcdcbcd7427119f92b9a276ac0122ca8c6.diff LOG: [clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APPEND_VC_REV=NO after 46d4d1fea401 See discussion starting at https://reviews.llvm.org/D96816#2572431 . The same thing is happening with 46d4d1fea401. Added: Modified: clang/include/clang/Serialization/ASTBitCodes.h Removed: ################################################################################ diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h index 03ec8da289de..2c4356a738f9 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 = 12; +const unsigned VERSION_MAJOR = 13; /// AST file minor version number supported by this version of /// Clang. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits