mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-14.0.3-0-g1f9140064dfb. PR: 261742 MFC after: 2 weeks
10 lines
384 B
PHP
10 lines
384 B
PHP
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
|
|
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
|
|
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define LLDB_REVISION "llvmorg-14.0.3-0-g1f9140064dfb"
|
|
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
|