diff options
Diffstat (limited to 'lib/clang/include/lld/Common/Version.inc')
-rw-r--r-- | lib/clang/include/lld/Common/Version.inc | 4 |
1 files changed, 4 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..0643da4abbf4 --- /dev/null +++ b/lib/clang/include/lld/Common/Version.inc @@ -0,0 +1,4 @@ +// Local identifier in __FreeBSD_version style +#define LLD_FREEBSD_VERSION 1500001 + +#define LLD_VERSION_STRING "19.1.7 (FreeBSD llvmorg-19.1.7-0-gcd708029e0b2-" __XSTRING(LLD_FREEBSD_VERSION) ")" |