mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and
openmp to llvmorg-14.0.5-0-gc12386ae247c, aka 14.0.5 release.
PR: 261742
MFC after: 3 days
(cherry picked from commit 56f451bb3b)
4 lines
196 B
C++
4 lines
196 B
C++
// Local identifier in __FreeBSD_version style
|
|
#define LLD_FREEBSD_VERSION 1400004
|
|
|
|
#define LLD_VERSION_STRING "14.0.5 (FreeBSD llvmorg-14.0.5-0-gc12386ae247c-" __XSTRING(LLD_FREEBSD_VERSION) ")"
|