mirror of
https://github.com/opnsense/src.git
synced 2026-06-06 07:12:52 -04:00
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvm-project release/18.x llvmorg-18.1.6-0-g1118c2e05e67. PR: 276104 MFC after: 3 days
4 lines
196 B
C++
4 lines
196 B
C++
// Local identifier in __FreeBSD_version style
|
|
#define LLD_FREEBSD_VERSION 1500000
|
|
|
|
#define LLD_VERSION_STRING "18.1.6 (FreeBSD llvmorg-18.1.6-0-g1118c2e05e67-" __XSTRING(LLD_FREEBSD_VERSION) ")"
|