opnsense-src/lib/clang/include/lld/Common/Version.inc
Dimitry Andric 342240c6e0 Bump lld LINKER_FREEBSD_VERSION for reproducibility fix
The upstream fix to make lld output for our EFI loaders reproducible
again was committed in 54521a2ff93a. Bump lld's LINKER_FREEBSD_VERSION
to be able to check this in the EFI loader Makefile.

MFC after:	3 days

(cherry picked from commit f97c7fdc59d252cc8611968ffac541d4b8342b8b)
2024-10-08 10:37:14 +02:00

4 lines
196 B
C++

// Local identifier in __FreeBSD_version style
#define LLD_FREEBSD_VERSION 1400007
#define LLD_VERSION_STRING "18.1.6 (FreeBSD llvmorg-18.1.6-0-g1118c2e05e67-" __XSTRING(LLD_FREEBSD_VERSION) ")"