This is an archive of the discontinued LLVM Phabricator instance.

[Driver] Search the toolchain dir with -print-file-name
ClosedPublic

Authored by phosek on May 28 2019, 4:51 PM.

Details

Summary

This is useful when looking for directories or files relative to the
toolchain root, e.g. include/c++/v1. This change also adds a test
to make sure this functionality doesn't regress in the future.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.May 28 2019, 4:51 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 28 2019, 4:51 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
This revision is now accepted and ready to land.May 28 2019, 4:51 PM
This revision was automatically updated to reflect the committed changes.