mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 02:42:54 -05:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-16.0.6-0-g7cbf1a259152 (aka 16.0.6 release). PR: 271047 MFC after: 1 month
4 lines
196 B
C++
4 lines
196 B
C++
// Local identifier in __FreeBSD_version style
|
|
#define LLD_FREEBSD_VERSION 1400006
|
|
|
|
#define LLD_VERSION_STRING "16.0.6 (FreeBSD llvmorg-16.0.6-0-g7cbf1a259152-" __XSTRING(LLD_FREEBSD_VERSION) ")"
|