forked from OSchip/llvm-project
[clang] unbreak Index/preamble-reparse-changed-module.m with LLVM_APPEND_VC_REV=NO after 7942ebdf01
See revision b8b7a9dcdc
for prior art.
This commit is contained in:
parent
449b179902
commit
a8bf33ad36
|
@ -41,7 +41,7 @@ namespace serialization {
|
||||||
/// Version 4 of AST files also requires that the version control branch and
|
/// Version 4 of AST files also requires that the version control branch and
|
||||||
/// revision match exactly, since there is no backward compatibility of
|
/// revision match exactly, since there is no backward compatibility of
|
||||||
/// AST files at this time.
|
/// AST files at this time.
|
||||||
const unsigned VERSION_MAJOR = 13;
|
const unsigned VERSION_MAJOR = 14;
|
||||||
|
|
||||||
/// AST file minor version number supported by this version of
|
/// AST file minor version number supported by this version of
|
||||||
/// Clang.
|
/// Clang.
|
||||||
|
|
Loading…
Reference in New Issue