mirror of
https://github.com/opnsense/src.git
synced 2026-03-15 15:12:37 -04:00
* Set tentative merge date * Add UPDATING entry * Bump __FreeBSD_version * Bump FREEBSD_CC_VERSION * Bump LLD_REVISION
14 lines
525 B
C++
14 lines
525 B
C++
// $FreeBSD$
|
|
|
|
#define LLVM_REVISION "372316"
|
|
#define LLVM_REPOSITORY "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_900/final"
|
|
|
|
#define CLANG_REVISION "372316"
|
|
#define CLANG_REPOSITORY "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_900/final"
|
|
|
|
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
|
|
#define LLD_REVISION "372316-1300005"
|
|
#define LLD_REPOSITORY "FreeBSD"
|
|
|
|
#define LLDB_REVISION "372316"
|
|
#define LLDB_REPOSITORY "https://llvm.org/svn/llvm-project/lldb/tags/RELEASE_900/final"
|