This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Enable libc++ for Fuchsia toolchain on Darwin
ClosedPublic

Authored by phosek on Apr 25 2018, 11:02 AM.

Details

Summary

This is necessary in order to get a working C++ compiler on Darwin
since Clang expects libc++ headers to be part of the toolchain.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.Apr 25 2018, 11:02 AM
mcgrathr accepted this revision.Apr 25 2018, 11:16 AM
This revision is now accepted and ready to land.Apr 25 2018, 11:16 AM
This revision was automatically updated to reflect the committed changes.