aboutsummaryrefslogtreecommitdiff
path: root/lib/clang
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2018-04-20 00:59:53 +0000
committerEd Maste <emaste@FreeBSD.org>2018-04-20 00:59:53 +0000
commit0873080489e8dca06c4f26b2d9f0345eccbd5d75 (patch)
tree5c2dfb6fe64f1406823f785812f552c88d2b9da4 /lib/clang
parentd3009da8adcc32edf332c45a78f8529e85db930b (diff)
downloadsrc-0873080489e8dca06c4f26b2d9f0345eccbd5d75.tar.gz
src-0873080489e8dca06c4f26b2d9f0345eccbd5d75.zip
lld: use correct number of digits in __FreeBSD_version-style ID
__FreeBSD_version-style IDs should have 5 digits following the major.
Notes
Notes: svn path=/head/; revision=332803
Diffstat (limited to 'lib/clang')
-rw-r--r--lib/clang/include/lld/Common/Version.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/clang/include/lld/Common/Version.inc b/lib/clang/include/lld/Common/Version.inc
index 515c2d9a1dbe..8cee847ece7c 100644
--- a/lib/clang/include/lld/Common/Version.inc
+++ b/lib/clang/include/lld/Common/Version.inc
@@ -7,4 +7,4 @@
#define LLD_REPOSITORY_STRING "FreeBSD"
// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
-#define LLD_REVISION_STRING "326565-120001"
+#define LLD_REVISION_STRING "326565-1200001"