From 39b7445e15cd114383bb0c2f4bbbe46e4b2bd752 Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Thu, 14 Jan 2021 21:45:55 +0100 Subject: [PATCH] Merge llvm-project llvmorg-11.0.1-0-g43ff75f2c3f (aka 11.0.1 release) There were no functional changes after 11.0.1 rc2, so only the version strings changed. MFC after: 4 weeks X-MFC-With: r364284 --- lib/clang/include/VCSVersion.inc | 8 ++++---- lib/clang/include/llvm/Support/VCSRevision.h | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/clang/include/VCSVersion.inc b/lib/clang/include/VCSVersion.inc index 16f1fd230e26..47df397ce238 100644 --- a/lib/clang/include/VCSVersion.inc +++ b/lib/clang/include/VCSVersion.inc @@ -1,14 +1,14 @@ // $FreeBSD$ -#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f" +#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git" -#define CLANG_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f" +#define CLANG_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git" // - -#define LLD_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f-1300007" +#define LLD_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe-1300007" #define LLD_REPOSITORY "FreeBSD" -#define LLDB_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f" +#define LLDB_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git" diff --git a/lib/clang/include/llvm/Support/VCSRevision.h b/lib/clang/include/llvm/Support/VCSRevision.h index 8792ed618a69..c0c69da2c62d 100644 --- a/lib/clang/include/llvm/Support/VCSRevision.h +++ b/lib/clang/include/llvm/Support/VCSRevision.h @@ -1,3 +1,3 @@ /* $FreeBSD$ */ -#define LLVM_REVISION "llvmorg-11.0.1-rc2-0-g43ff75f2c3f" +#define LLVM_REVISION "llvmorg-11.0.1-0-g43ff75f2c3fe" #define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"