summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/output-file-is-dir.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify test so that it is more portable.Rafael Espindola2013-04-131-5/+3
| | | | | | | I have checked that the test still fails when the "|| !P.isRegularFile()" from the original patch is removed. llvm-svn: 179464
* Disable following tests for Hexagon:Jyotsna Verma2013-04-121-0/+1
| | | | | | | | 1) Driver/output-file-is-dir.c - Checks for object file which can't be created for Hexagon since assembler is unavailable. 2) PCH/cxx-typeid.cpp - 'typeinfo' include file is unavailable for Hexagon. llvm-svn: 179385
* clang/test/Driver/output-file-is-dir.c: This requires shell due to 'cd'.NAKAMURA Takumi2013-01-231-0/+1
| | | | llvm-svn: 173218
* [Driver] Don't remove non-regular files that were outputs.Daniel Dunbar2013-01-231-0/+6
llvm-svn: 173215
OpenPOWER on IntegriCloud