[all-commits] [llvm/llvm-project] b413e4: [CMake] Don't use libc++ by default on Windows yet
Petr Hosek via All-commits
all-commits at lists.llvm.org
Tue Jun 8 23:57:41 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b413e44200e715c254fa9a41f6a86f8761c9b362
https://github.com/llvm/llvm-project/commit/b413e44200e715c254fa9a41f6a86f8761c9b362
Author: Petr Hosek <phosek at google.com>
Date: 2021-06-08 (Tue, 08 Jun 2021)
Changed paths:
M clang/cmake/caches/Fuchsia-stage2.cmake
M clang/cmake/caches/Fuchsia.cmake
Log Message:
-----------
[CMake] Don't use libc++ by default on Windows yet
libc++ has issues when used with -fno-exceptions and vcruntime,
don't use it on Windows by default until we address those issues.
Differential Revision: https://reviews.llvm.org/D103941
More information about the All-commits
mailing list