mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 06:55:18 -04:00
This makes it easier to detect that lld's support for compressed input
sections on BE targets is fixed.
MFC after: 3 days
X-MFC-With: d69d07569e
14 lines
547 B
C++
14 lines
547 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "llvmorg-12.0.1-0-gfed41342a82f-1400002"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-12.0.1-0-gfed41342a82f"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|