[all-commits] [llvm/llvm-project] 43cfc7: [libcxx] Check MSVC flag directly instead of setti...
David Spickett via All-commits
all-commits at lists.llvm.org
Mon Jul 10 02:25:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43cfc788fa64b27a3954598295b76d8618cc54dc
https://github.com/llvm/llvm-project/commit/43cfc788fa64b27a3954598295b76d8618cc54dc
Author: David Spickett <david.spickett at linaro.org>
Date: 2023-07-10 (Mon, 10 Jul 2023)
Changed paths:
M libcxx/CMakeLists.txt
Log Message:
-----------
[libcxx] Check MSVC flag directly instead of setting LIBCXX_TARGETING_MSVC
MSVC is set for actual msvc and clang-cl. LIBXX_TARGETTING_CLANG_CL is
still used over in runtimes to configure warning flags.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D154698
More information about the All-commits
mailing list