summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/mips-mti.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-281-0/+16
| | | | | | | | | | | | When testing clang that has been compiled with `-DDEFAULT_SYSROOT` set to some path, some tests would fail. Override sysroot to be empty string for the tests to succeed when clang is configured with `DEFAULT_SYSROOT`. Differential Revision: https://reviews.llvm.org/D66834 Patch by Sergej Jaskiewicz <jaskiewiczs@icloud.com>. llvm-svn: 373147
* [driver][mips] Specify stdlib used in the tests explicitlySimon Atanasyan2016-05-261-0/+16
| | | | | | That allows to pass the tests even if default stdlib is not libstdc++. llvm-svn: 270842
* [driver][mips] Support new versions of MIPS CodeScape toolchainsSimon Atanasyan2016-05-221-0/+433
llvm-svn: 270373
OpenPOWER on IntegriCloud