mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvm-project release/19.x llvmorg-19.1.5-0-gab4b5a2db582, a.k.a. 19.1.5 release. PR: 280562 MFC after: 3 days
4 lines
196 B
C++
4 lines
196 B
C++
// Local identifier in __FreeBSD_version style
|
|
#define LLD_FREEBSD_VERSION 1500001
|
|
|
|
#define LLD_VERSION_STRING "19.1.5 (FreeBSD llvmorg-19.1.5-0-gab4b5a2db582-" __XSTRING(LLD_FREEBSD_VERSION) ")"
|