mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05: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
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"
|