summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/print-file-name.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix test added in r361903 to work on Windows.Douglas Yung2019-05-291-3/+3
| | | | llvm-svn: 361937
* [Driver] Search the toolchain dir with -print-file-namePetr Hosek2019-05-291-0/+19
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
OpenPOWER on IntegriCloud