This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Don't use libc++ by default on Windows yet
ClosedPublic

Authored by phosek on Jun 8 2021, 10:47 PM.

Details

Summary

libc++ has issues when used with -fno-exceptions and vcruntime,
don't use it on Windows by default until we address those issues.

Diff Detail

Event Timeline

phosek created this revision.Jun 8 2021, 10:47 PM
phosek requested review of this revision.Jun 8 2021, 10:47 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 8 2021, 10:47 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
haowei accepted this revision.Jun 8 2021, 11:49 PM
This revision is now accepted and ready to land.Jun 8 2021, 11:49 PM
This revision was landed with ongoing or failed builds.Jun 8 2021, 11:57 PM
This revision was automatically updated to reflect the committed changes.