This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Use -nodefaultlibs for the runtimes build
ClosedPublic

Authored by phosek on Apr 11 2017, 8:52 AM.

Details

Summary

We may not have a working C++ standard library at this point so we shouldn't rely on it when running CMake checks.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 11 2017, 8:52 AM
beanz accepted this revision.Apr 12 2017, 1:26 PM

LGTM!

This revision is now accepted and ready to land.Apr 12 2017, 1:26 PM
This revision was automatically updated to reflect the committed changes.