commit | 92d706eaca6cc79501066eae4392b600008e52c1 | [log] [tgz] |
---|---|---|
author | Petr Hosek <phosek@chromium.org> | Wed May 29 00:01:05 2019 +0000 |
committer | Petr Hosek <phosek@chromium.org> | Wed May 29 00:01:05 2019 +0000 |
tree | 850e878aa4d7d9962db023ede5098c7258a66b0c | |
parent | 26212da5553a20a4a1dd4126514cb5697230fa53 [diff] |
[Driver] Search the toolchain dir with -print-file-name 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. Differential Revision: https://reviews.llvm.org/D62558 llvm-svn: 361903