Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang tests | Mandeep Singh Grang | 2016-10-18 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | Summary: Add REQUIRES for target specific tests. Patch by Azharuddin Mohammed. Reviewers: apazos, weimingz, rsmith, ddunbar, spop, mgrang Subscribers: sebpop, llvm-commits Differential Revision: https://reviews.llvm.org/D25574 llvm-svn: 284517 | ||||
* | tests: Add explicit -stdlib=libstdc++ to tests that require it | Jonas Hahnfeld | 2016-02-12 | 1 | -6/+6 |
| | | | | | | | This will be needed for the next commit that allows to switch the default C++ library which would otherwise make these tests fail. llvm-svn: 260661 | ||||
* | [mips][mips64r6] Add support for mips-img-linux-gnu GCC toolchains | Daniel Sanders | 2014-07-10 | 1 | -0/+163 |
Summary: * Support the multilib layout used by the mips-img-linux-gnu * Recognize mips{,64}{,el}-img-linux-gnu as being aliases of mips-img-linux-gnu * Use the correct dynamic linker for mips-img-linux-gnu * Make mips32r6/mips64r6 the default CPU for mips-img-linux-gnu Subscribers: mpf Differential Revision: http://reviews.llvm.org/D4436 llvm-svn: 212719 |