This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Honor -nostdinc and -isystem-after on CrossWindows
ClosedPublic

Authored by kastiglione on Jun 29 2017, 3:09 PM.

Details

Reviewers
compnerd
Summary

This changes CrossWindows to look for -nostdinc instead of -nostdlibinc. In
addition, fixes a bug where -isystem-after options would be dropped when
called with -nostdinc.

Event Timeline

kastiglione created this revision.Jun 29 2017, 3:09 PM

fixup a test

compnerd accepted this revision.Jun 29 2017, 3:49 PM

This seems like a good idea. Thanks!

This revision is now accepted and ready to land.Jun 29 2017, 3:49 PM
compnerd closed this revision.Jun 30 2017, 8:16 AM

SVN r306829