[libcxx-commits] [PATCH] D110005: [WIP][CMake] Unify variable names
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Sep 18 00:13:23 PDT 2021
mstorsjo added inline comments.
================
Comment at: libcxxabi/cmake/config-ix.cmake:85
# Check compiler flags
-check_cxx_compiler_flag(-nostdinc++ LIBCXXABI_HAS_NOSTDINCXX_FLAG)
+check_cxx_compiler_flag(-nostdinc++ CXX_SUPPORTS_NOSTDINCXX_FLAG)
----------------
The newly added checks in llvm-project/runtimes (for -nostdinc++ and -nostdlib++) probably should be aligned with these too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110005/new/
https://reviews.llvm.org/D110005
More information about the libcxx-commits
mailing list