c14a5a8800
9.0.1 final release c1a0a213378a458fbea1a5c77b315c7dce08fd05. Release notes for llvm, clang, lld and libc++ 9.0.1 will become available here: https://releases.llvm.org/9.0.1/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/tools/clang/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/tools/lld/docs/ReleaseNotes.html https://releases.llvm.org/9.0.1/projects/libcxx/docs/ReleaseNotes.html PR: 240629 MFC after: 1 month
15 lines
587 B
C++
15 lines
587 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
|
|
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
#define CLANG_REVISION "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
|
|
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "c1a0a213378a458fbea1a5c77b315c7dce08fd05-1300006"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "c1a0a213378a458fbea1a5c77b315c7dce08fd05"
|
|
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
|