[libcxx-commits] [libcxx] [libc++] Use -nostdlib++ on GCC unconditionally (PR #68832)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Oct 12 16:14:53 PDT 2023
================
@@ -14,14 +14,6 @@ include(CheckCSourceCompiles)
# link with --uwnindlib=none. Check if that option works.
llvm_check_compiler_linker_flag(C "--unwindlib=none" CXX_SUPPORTS_UNWINDLIB_EQ_NONE_FLAG)
-if(WIN32 AND NOT MINGW)
----------------
ldionne wrote:
I removed this since `LIBCXX_HAS_C_LIB` had no uses anymore after my refactor above.
https://github.com/llvm/llvm-project/pull/68832
More information about the libcxx-commits
mailing list