Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT` | Serge Pavlov | 2019-09-28 | 1 | -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 explicitly | Simon Atanasyan | 2016-05-26 | 1 | -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 toolchains | Simon Atanasyan | 2016-05-22 | 1 | -0/+433 |
llvm-svn: 270373 |