[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
Wed Jul 16 06:54:52 PDT 2025


================
@@ -481,6 +481,21 @@ include(config-ix)
 include(HandleLibC) # Setup the C library flags
 include(HandleLibCXXABI) # Setup the ABI library flags
 
+# Set C library in use to define respective macro in __config_site
----------------
voltur01 wrote:

Thank you for review!

Good point, moved and made use of config_define() for consistency.

https://github.com/llvm/llvm-project/pull/147956


More information about the llvm-commits mailing list