[libcxx-commits] [clang] [libc] [libcxx] [libc][libcxx] Support for building libc++ against LLVM libc (PR #99287)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 18 05:54:32 PDT 2024
================
@@ -27,6 +27,9 @@ if (NOT LIBCXX_USE_COMPILER_RT)
endif()
endif()
+check_cxx_compiler_flag(-nostdlibinc CXX_SUPPORTS_NOSTDLIBINC_FLAG)
+check_cxx_compiler_flag(-nolibc CXX_SUPPORTS_NOLIBC_FLAG)
----------------
ldionne wrote:
Those don't seem needed here, at least not in this iteration of the patch.
https://github.com/llvm/llvm-project/pull/99287
More information about the libcxx-commits
mailing list