freebsd-nq/lib/clang/include/VCSVersion.inc
Dimitry Andric d409305fa3 Merge llvm-project 12.0.0 release
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-12.0.0-0-gd28af7c654d8, a.k.a. 12.0.0 release.

PR:		255570
MFC after:	6 weeks
2021-06-13 22:01:15 +02:00

15 lines
547 B
C++

// $FreeBSD$
#define LLVM_REVISION "llvmorg-12.0.0-0-gd28af7c654d8"
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
#define CLANG_REVISION "llvmorg-12.0.0-0-gd28af7c654d8"
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
#define LLD_REVISION "llvmorg-12.0.0-0-gd28af7c654d8-1400001"
#define LLD_REPOSITORY "FreeBSD"
#define LLDB_REVISION "llvmorg-12.0.0-0-gd28af7c654d8"
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"