1923ebb416
llvmorg-10.0.1-rc2-0-g77d76b71d7d. Also add a few more llvm utilities under WITH_CLANG_EXTRAS: * llvm-dwp, a utility for merging DWARF 5 Split DWARF .dwo files into .dwp (DWARF package files) * llvm-size, a size(1) replacement * llvm-strings, a strings(1) replacement MFC after: 3 weeks
15 lines
559 B
C++
15 lines
559 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d-1300007"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "llvmorg-10.0.1-rc2-0-g77d76b71d7d"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|