aboutsummaryrefslogtreecommitdiff
path: root/lib/clang/include/lld
diff options
context:
space:
mode:
Diffstat (limited to 'lib/clang/include/lld')
-rw-r--r--lib/clang/include/lld/Common/Version.inc10
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/clang/include/lld/Common/Version.inc b/lib/clang/include/lld/Common/Version.inc
new file mode 100644
index 000000000000..56b5a1ae7781
--- /dev/null
+++ b/lib/clang/include/lld/Common/Version.inc
@@ -0,0 +1,10 @@
+// $FreeBSD$
+
+#define LLD_VERSION 8.0.0
+#define LLD_VERSION_STRING "8.0.0"
+#define LLD_VERSION_MAJOR 8
+#define LLD_VERSION_MINOR 0
+
+#define LLD_REPOSITORY_STRING "FreeBSD"
+// <Upstream revision at import>-<Local identifier in __FreeBSD_version style>
+#define LLD_REVISION_STRING "353167-1300002"