mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-13.0.0-0-gd7b669b3a303, aka 13.0.0 release.
PR: 258209
(cherry picked from commit 28a41182c0)
14 lines
547 B
C++
14 lines
547 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "llvmorg-13.0.0-0-gd7b669b3a303-1400002"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-13.0.0-0-gd7b669b3a303"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|