mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 19:05:20 -05:00
14 lines
563 B
C++
14 lines
563 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
|
#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-rc1-47-gff47911ddfc-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-11.0.0-rc1-47-gff47911ddfc"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|