summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/inhibit-downstream-commands.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Reject -no-integrated-as on windows.Rafael Espindola2013-03-241-0/+1
| | | | llvm-svn: 177840
* [driver] The failure of any phase (e.g., preprocess, compile, assemble) for aChad Rosier2013-02-271-0/+5
single translation unit should prevent later phases from executing. Otherwise, this generates lots of noise in build systems. This a fallout from r173825. Patch by Matthew Curtis <mcurtis@codeaurora.org>. rdar://13298009 llvm-svn: 176198
OpenPOWER on IntegriCloud