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 llvmorg-15.0.7-0-g8dfdcc7b7bf6. PR: 265425 MFC after: 2 weeks
10 lines
384 B
PHP
10 lines
384 B
PHP
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-15.0.7-0-g8dfdcc7b7bf6"
|
|
#define LLVM_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-15.0.7-0-g8dfdcc7b7bf6"
|
|
#define CLANG_REPOSITORY "https://github.com/llvm/llvm-project.git"
|
|
|
|
#define LLDB_REVISION "llvmorg-15.0.7-0-g8dfdcc7b7bf6"
|
|
#define LLDB_REPOSITORY "https://github.com/llvm/llvm-project.git"
|