mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
14 lines
559 B
C++
14 lines
559 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-11.0.0-rc5-0-g60a25202a7d"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-11.0.0-rc5-0-g60a25202a7d"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "llvmorg-11.0.0-rc5-0-g60a25202a7d-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-11.0.0-rc5-0-g60a25202a7d"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|