This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] Fix warning: argument unused during compilation: '-nostdinc++'
AbandonedPublic

Authored by EricWF on Nov 13 2014, 7:53 PM.

Details

Summary

Remove -nostdinc++ from the CMAKE_CXX_FLAGS and add it to the library specific compile flags so that it doesn't get passed to the linker.

Diff Detail

Event Timeline

EricWF updated this revision to Diff 16191.Nov 13 2014, 7:53 PM
EricWF retitled this revision from to [libcxx] Fix warning: argument unused during compilation: '-nostdinc++'.
EricWF updated this object.
EricWF edited the test plan for this revision. (Show Details)
EricWF added reviewers: mclow.lists, danalbert, jroelofs.
EricWF added a subscriber: Unknown Object (MLST).
EricWF abandoned this revision.Nov 14 2014, 1:16 AM

Disregard this. I can fix this in a better way.