summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/print-multi-directory.c
Commit message (Collapse)AuthorAgeFilesLines
* [test] Use --sysroot instead of -B in print-multi-directory.cMartin Storsjo2018-10-031-2/+2
| | | | | | | | | | This avoids finding a similar matching GCC installation outside of the test directory tree in the surrounding environment, which would make the test fail. (This happened on Ubuntu 16.04.) Differential Revision: https://reviews.llvm.org/D52533 llvm-svn: 343702
* Fix Check test to avoid output string mismatchChristian Bruel2018-09-121-8/+6
| | | | | | Differential Revision: http://reviews.llvm.org/D51354 llvm-svn: 342031
* Make test more robust in case the expected output appears in clang version ↵Douglas Yung2018-09-111-3/+3
| | | | | | string. llvm-svn: 341907
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-061-0/+30
| | | | | | | | | | | | | | Summary: Fix -print-multi-directory to print the selected multilib Reviewers: jroelofs Reviewed By: jroelofs Subscribers: jroelofs, timshen, thakis, srhines, cfe-commits Differential Revision: https://reviews.llvm.org/D51354 llvm-svn: 341547
* Revert r341373, since it fails on some targets.Tim Shen2018-09-041-28/+0
| | | | | | Differential Revision: https://reviews.llvm.org/D51354 llvm-svn: 341418
* Fix the -print-multi-directory flag to print the selected multilib.Christian Bruel2018-09-041-0/+28
Summary: Fix -print-multi-directory to print the selected multilib Reviewers: jroelofs Reviewed By: jroelofs Subscribers: srhines, cfe-commits Differential Revision: https://reviews.llvm.org/D51354 llvm-svn: 341373
OpenPOWER on IntegriCloud