Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [PPC]: Fix bug in getMultiarchTriple. | Douglas Katzman | 2015-06-26 | 2 | -0/+0 |
| | | | | | | | | And generally prefer not to restate TargetTriple.str() over and over. Differential Revision: http://reviews.llvm.org/D10605 llvm-svn: 240808 | ||||
* | MIPS: Add tests to check the debian multiarch stuff for mips and mipsel targets. | Simon Atanasyan | 2012-04-26 | 12 | -0/+0 |
| | | | | llvm-svn: 155628 | ||||
* | Add the critical crtbegin.o files necessary for any of the tests in | Chandler Carruth | 2012-02-26 | 4 | -0/+0 |
| | | | | | | r151482 and r151484 to work. Sorry about the fallout... llvm-svn: 151485 | ||||
* | Add support for PPC and PPC64 multiarch toolchains on Debain. | Chandler Carruth | 2012-02-26 | 16 | -0/+0 |
Patch from Michel Dänzer, sent our way via Jeremy Huddleston who added 64-bit support. I just added one other place where powerpc64-linux-gnu was missing (we only had powerpc64-unknown-linux-gnu). I've also added a tree to test out the debian multiarch stuff. I don't use debian regularly, so I'm not certain this is entirely accurate. If anyone wants to check it against a debian system and fix any inaccuracies, fire away. This way at least folks can see how this is *supposed* to be tested. It'd be particularly good to get the Debian MIPS toolchains tested in this way. llvm-svn: 151482 |