aboutsummaryrefslogtreecommitdiff
path: root/include/lld/Common/Version.inc.in
diff options
context:
space:
mode:
Diffstat (limited to 'include/lld/Common/Version.inc.in')
-rw-r--r--include/lld/Common/Version.inc.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/lld/Common/Version.inc.in b/include/lld/Common/Version.inc.in
new file mode 100644
index 000000000000..2789a5c46089
--- /dev/null
+++ b/include/lld/Common/Version.inc.in
@@ -0,0 +1,6 @@
+#define LLD_VERSION @LLD_VERSION@
+#define LLD_VERSION_STRING "@LLD_VERSION@"
+#define LLD_VERSION_MAJOR @LLD_VERSION_MAJOR@
+#define LLD_VERSION_MINOR @LLD_VERSION_MINOR@
+#define LLD_REVISION_STRING "@LLD_REVISION@"
+#define LLD_REPOSITORY_STRING "@LLD_REPOSITORY@"