aboutsummaryrefslogtreecommitdiff
path: root/test/Driver/le32-unknown-nacl.cpp
AgeCommit message (Expand)Author
2012-10-09The clang driver has a fairly fancy support for executing gcc instead ofRafael Espindola
2012-03-29Define __LITTLE_ENDIAN__ for le32, since "le" stands for little endian.Jan Wen Voung
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-10-04Specify -ccc-clang-archs for le32 targets which may not be supported by default.Bob Wilson
2011-09-05Stop cluttering the test directory with temporary files.Benjamin Kramer
2011-08-31Don't verify the name of the driver executable. It's not really releventChandler Carruth
2011-08-29Clang/PNaCl: Improve test coverage for PNaClTargetInfo (type aligns), fixes n...Ivan Krasin
2011-08-25PNaClTargetInfo: add __ELF__, _REENTRANT and _GNU_SOURCE defines and update t...Ivan Krasin
2011-08-24Follow up to r138470 (Add PNaCl TargetInfo). I've occasionally submitted wron...Ivan Krasin
2011-08-24Add PNaCl TargetInfo.Ivan Krasin