Bump versions llvm-project release/14.x llvmorg-14.0.4-0-g29f1039a7285

Somehow git rebase made this squashed commit disappear. Restore it.

PR:		261742
MFC after:	3 days
This commit is contained in:
Dimitry Andric 2022-06-04 15:22:35 +02:00
parent 4f493559b0
commit ab9d54731f
3 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
// $FreeBSD$
#define LLVM_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
#define LLVM_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
#define CLANG_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
#define CLANG_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
#define LLDB_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
#define LLDB_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"

View File

@ -1,4 +1,4 @@
// Local identifier in __FreeBSD_version style
#define LLD_FREEBSD_VERSION 1400004
#define LLD_VERSION_STRING "14.0.3 (FreeBSD llvmorg-14.0.3-0-g1f9140064dfb-" __XSTRING(LLD_FREEBSD_VERSION) ")"
#define LLD_VERSION_STRING "14.0.3 (FreeBSD llvmorg-14.0.4-0-g29f1039a7285-" __XSTRING(LLD_FREEBSD_VERSION) ")"

View File

@ -1,3 +1,3 @@
/* $FreeBSD$ */
#define LLVM_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
#define LLVM_REVISION "llvmorg-14.0.4-0-g29f1039a7285"
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"