[libcxx] [llvm] [libc++] Add support for picolibc and newlib in RUNTIMES_USE_LIBC (PR #147956)
Volodymyr Turanskyy via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 1 09:07:48 PDT 2025
================
@@ -42,6 +42,10 @@
// Hardening.
#cmakedefine _LIBCPP_HARDENING_MODE_DEFAULT @_LIBCPP_HARDENING_MODE_DEFAULT@
+// C libraries
+#cmakedefine01 _LIBCXX_LIBC_PICOLIBC
----------------
voltur01 wrote:
Thank you for the review and good point - I renamed the options.
https://github.com/llvm/llvm-project/pull/147956
More information about the llvm-commits
mailing list