Skip to content

Commit

Permalink
Update VCSVersion and generated config files for llvmorg-13.0.0-rc1-9…
Browse files Browse the repository at this point in the history
…7-g23ba3732246a.
  • Loading branch information
DimitryAndric committed Sep 26, 2021
1 parent 6895f73 commit 2282332
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
8 changes: 4 additions & 4 deletions lib/clang/include/VCSVersion.inc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// $FreeBSD$

#define LLVM_REVISION "llvmorg-13-init-16847-g88e66fa60ae5"
#define LLVM_REVISION "llvmorg-13.0.0-rc1-97-g23ba3732246a"
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"

#define CLANG_REVISION "llvmorg-13-init-16847-g88e66fa60ae5"
#define CLANG_REVISION "llvmorg-13.0.0-rc1-97-g23ba3732246a"
#define CLANG_REPOSITORY "git@github.com:llvm/llvm-project.git"

// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
#define LLD_REVISION "llvmorg-13-init-16847-g88e66fa60ae5-1400002"
#define LLD_REVISION "llvmorg-13.0.0-rc1-97-g23ba3732246a-1400002"
#define LLD_REPOSITORY "FreeBSD"

#define LLDB_REVISION "llvmorg-13-init-16847-g88e66fa60ae5"
#define LLDB_REVISION "llvmorg-13.0.0-rc1-97-g23ba3732246a"
#define LLDB_REPOSITORY "git@github.com:llvm/llvm-project.git"
2 changes: 1 addition & 1 deletion lib/clang/include/clang/Config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
#define CLANG_HAVE_RLIMITS 1

/* The LLVM product name and version */
#define BACKEND_PACKAGE_STRING "LLVM 13.0.0git"
#define BACKEND_PACKAGE_STRING "LLVM 13.0.0"

/* Linker version detected at compile time. */
/* #undef HOST_LINK_VERSION */
Expand Down
7 changes: 2 additions & 5 deletions lib/clang/include/llvm/Config/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -369,10 +369,10 @@
#define PACKAGE_NAME "LLVM"

/* Define to the full name and version of this package. */
#define PACKAGE_STRING "LLVM 13.0.0git"
#define PACKAGE_STRING "LLVM 13.0.0"

/* Define to the version of this package. */
#define PACKAGE_VERSION "13.0.0git"
#define PACKAGE_VERSION "13.0.0"

/* Define to the vendor of this package. */
/* #undef PACKAGE_VENDOR */
Expand All @@ -395,9 +395,6 @@
/* Define to the default GlobalISel coverage file prefix */
/* #undef LLVM_GISEL_COV_PREFIX */

/* Define to the default GlobalISel coverage file prefix */
/* #undef LLVM_GISEL_COV_PREFIX */

/* #undef HAVE_PROC_PID_RUSAGE */

#endif
2 changes: 1 addition & 1 deletion lib/clang/include/llvm/Config/llvm-config.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#define LLVM_VERSION_PATCH 0

/* LLVM version string */
#define LLVM_VERSION_STRING "13.0.0git"
#define LLVM_VERSION_STRING "13.0.0"

/* Whether LLVM records statistics for use with GetStatistics(),
* PrintStatistics() or PrintStatisticsJSON()
Expand Down
2 changes: 1 addition & 1 deletion lib/clang/include/llvm/Support/VCSRevision.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/* $FreeBSD$ */
#define LLVM_REVISION "llvmorg-13-init-16847-g88e66fa60ae5"
#define LLVM_REVISION "llvmorg-13.0.0-rc1-97-g23ba3732246a"
#define LLVM_REPOSITORY "git@github.com:llvm/llvm-project.git"

0 comments on commit 2282332

Please sign in to comment.