[clang] [libc++] Use -nostdlib++ on GCC unconditionally (PR #68832)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Oct 13 11:03:31 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)
----------------
EricWF wrote:
If everything passes, I guess we're good? I
https://github.com/llvm/llvm-project/pull/68832
More information about the cfe-commits
mailing list