summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/le32-unknown-nacl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert another test to -###.Rafael Espindola2013-07-231-2/+2
| | | | llvm-svn: 186949
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
| | | | | | | This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652
* The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola2012-10-091-3/+3
| | | | | | | | | | | | | | clang itself. This dates back to clang's early days and while it looks like some of it is still used (for kext for example), other parts are probably dead. Remove the -ccc-clang-archs option and associated code. I don't think there is any remaining setup where clang doesn't support an architecture but it can expect an working gcc cross compiler to be available. A nice side effect is that tests no longer need to differentiate architectures that are included in production builds of clang and those that are not. llvm-svn: 165545
* Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian.Jan Wen Voung2012-03-291-0/+5
| | | | | | Add a test for this too. llvm-svn: 153616
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-3/+3
| | | | llvm-svn: 148582
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-3/+3
| | | | llvm-svn: 148141
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-3/+3
| | | | llvm-svn: 148138
* Specify -ccc-clang-archs for le32 targets which may not be supported by default.Bob Wilson2011-10-041-3/+3
| | | | llvm-svn: 141062
* Stop cluttering the test directory with temporary files.Benjamin Kramer2011-09-051-1/+1
| | | | llvm-svn: 139114
* Don't verify the name of the driver executable. It's not really releventChandler Carruth2011-08-311-1/+1
| | | | | | | to this test, and doesn't always start with 'clang' when fully resolved on some build systems. llvm-svn: 138878
* Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes ↵Ivan Krasin2011-08-291-20/+51
| | | | | | | | | | nits: - wrong alignment for double (it was 4, but 8 is desired), - added checks for _REENTRANT define, - fixed the issue that defines were not tested (because the check for inside #ifdef). llvm-svn: 138775
* PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update ↵Ivan Krasin2011-08-251-0/+19
| | | | | | the test llvm-svn: 138607
* Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted ↵Ivan Krasin2011-08-241-6/+11
| | | | | | wrong patch. llvm-svn: 138489
* Add PNaCl TargetInfo.Ivan Krasin2011-08-241-0/+86
llvm-svn: 138470
OpenPOWER on IntegriCloud