[clang] 5086cff - Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc6ab82"

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 18 03:04:28 PST 2022


Author: Florian Hahn
Date: 2022-02-18T11:04:05Z
New Revision: 5086cff04eec4327acc22a90466854ad4d89d570

URL: https://github.com/llvm/llvm-project/commit/5086cff04eec4327acc22a90466854ad4d89d570
DIFF: https://github.com/llvm/llvm-project/commit/5086cff04eec4327acc22a90466854ad4d89d570.diff

LOG: Revert "unbreak Modules/cxx20-export-import.cpp with LLVM_APPEND_VC_REV after 32b73bc6ab82"

This reverts commit 1689b1092ebb2c630f8ef1d3880a9fb4808d16fa.

This patch was only added to fix a failure with 32b73bc6ab8234b, which
has been reverted again.

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 c94274ff34b8f..f98e173b158c1 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 = 16;
+const unsigned VERSION_MAJOR = 15;
 
 /// AST file minor version number supported by this version of
 /// Clang.


        


More information about the cfe-commits mailing list