This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Obey computed sysroot when finding libc++ headers.
ClosedPublic

Authored by danalbert on Apr 4 2018, 2:59 PM.

Details

Summary

A handful of targets will try some default paths if --sysroot is not provided.
If that is the case, it should be used for the libc++ header paths.

Diff Detail

Repository
rC Clang

Event Timeline

danalbert created this revision.Apr 4 2018, 2:59 PM
srhines accepted this revision.Apr 30 2018, 4:51 PM
This revision is now accepted and ready to land.Apr 30 2018, 4:51 PM
This revision was automatically updated to reflect the committed changes.