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 llvm-project release/19.x llvmorg-19.1.7-0-gcd708029e0b2, a.k.a. 19.1.7 release. PR: 280562 MFC after: 3 days (cherry picked from commit 6c05f3a74f30934ee60919cc97e16ec69b542b06)
8 lines
370 B
PHP
8 lines
370 B
PHP
#define LLVM_REVISION "llvmorg-19.1.7-0-gcd708029e0b2"
|
|
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-19.1.7-0-gcd708029e0b2"
|
|
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define LLDB_REVISION "llvmorg-19.1.7-0-gcd708029e0b2"
|
|
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
|