Skip to content

Commit 3d2c3ed

Browse files
committed
cmake: llvm: Set TOOLCHAIN_HAS_LIBCXX
This commit updates the LLVM toolchain CMake script to set `TOOLCHAIN_HAS_LIBCXX` to indicate that libc++ aka. LLVM C++ Standard Library is supported. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 48f661d commit 3d2c3ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/zephyr/llvm/generic.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ set(LINKER lld)
99
set(BINTOOLS llvm)
1010

1111
set(TOOLCHAIN_HAS_PICOLIBC ON CACHE BOOL "True if toolchain supports picolibc")
12+
set(TOOLCHAIN_HAS_LIBCXX ON CACHE BOOL "True if toolchain supports libc++")

0 commit comments

Comments
 (0)