mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Vendor import of llvm-project branch release/18.x llvmorg-18-init-18361-g22683463740e.
This commit is contained in:
parent
4df029cc74
commit
2d835ae865
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@
|
|||
// _LIBCPP_VERSION represents the version of libc++, which matches the version of LLVM.
|
||||
// Given a LLVM release LLVM XX.YY.ZZ (e.g. LLVM 17.0.1 == 17.00.01), _LIBCPP_VERSION is
|
||||
// defined to XXYYZZ.
|
||||
# define _LIBCPP_VERSION 180000
|
||||
# define _LIBCPP_VERSION 180100
|
||||
|
||||
# define _LIBCPP_CONCAT_IMPL(_X, _Y) _X##_Y
|
||||
# define _LIBCPP_CONCAT(_X, _Y) _LIBCPP_CONCAT_IMPL(_X, _Y)
|
||||
|
|
|
|||
Loading…
Reference in a new issue