Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify test so that it is more portable. | Rafael Espindola | 2013-04-13 | 1 | -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 Verma | 2013-04-12 | 1 | -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 Takumi | 2013-01-23 | 1 | -0/+1 |
| | | | | llvm-svn: 173218 | ||||
* | [Driver] Don't remove non-regular files that were outputs. | Daniel Dunbar | 2013-01-23 | 1 | -0/+6 |
llvm-svn: 173215 |