mirror of
https://github.com/opnsense/src.git
synced 2026-02-24 02:10:45 -05:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.6-0-g7cbf1a259152 (aka 16.0.6 release). PR: 271047 MFC after: 1 month
8 lines
370 B
PHP
8 lines
370 B
PHP
#define LLVM_REVISION "llvmorg-16.0.6-0-g7cbf1a259152"
|
|
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-16.0.6-0-g7cbf1a259152"
|
|
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define LLDB_REVISION "llvmorg-16.0.6-0-g7cbf1a259152"
|
|
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
|