mirror of
https://github.com/opnsense/src.git
synced 2026-05-25 02:35:01 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14.0.5-0-gc12386ae247c, aka 14.0.5 release.
PR: 261742
MFC after: 3 days
(cherry picked from commit 56f451bb3b)
10 lines
384 B
PHP
10 lines
384 B
PHP
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-14.0.5-0-gc12386ae247c"
|
|
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-14.0.5-0-gc12386ae247c"
|
|
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define LLDB_REVISION "llvmorg-14.0.5-0-gc12386ae247c"
|
|
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
|