opnsense-src/lib/clang/include/VCSVersion.inc
Dimitry Andric 75b4d546cd Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
release/11.x llvmorg-11.0.0-rc2-0-g414f32a9e86.

MFC after:	6 weeks
X-MFC-With:	r364284
2020-08-24 17:43:23 +00:00

14 lines
559 B
C++

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