Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/Driver/darwin-cc.c: FileCheck-ize and tweak for Mingw MSYS bash. | NAKAMURA Takumi | 2011-03-18 | 1 | -4/+3 |
| | | | | | | | MSYS substitutes path (that begins with "/") to de-mounted Windows path. "/tmp" might be substituted as "C:/DOCUME~1/chapuni/LOCALS~1/Temp". llvm-svn: 127860 | ||||
* | Driver/Darwin: Add deployment target after doing argument translation, so that | Daniel Dunbar | 2010-07-19 | 1 | -2/+2 |
| | | | | | | -mmacosx-version-min works inside a -Xarch_ flag. llvm-svn: 108712 | ||||
* | Driver: Also mark -F as RenderJoined, the linker doesn't like "-F FOO" either. | Daniel Dunbar | 2010-06-10 | 1 | -1/+1 |
| | | | | llvm-svn: 105789 | ||||
* | Update tests to use %clang instead of 'clang', and forcibly disable use of ' | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
| | | | | | | | clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). llvm-svn: 91460 | ||||
* | Remove RUN: true lines. | Daniel Dunbar | 2009-11-08 | 1 | -1/+0 |
| | | | | llvm-svn: 86432 | ||||
* | Eliminate &&s in tests. | Daniel Dunbar | 2009-11-08 | 1 | -3/+3 |
| | | | | | | - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430 | ||||
* | 'unset' isn't needed in these tests anymore, we always run with a controlled | Daniel Dunbar | 2009-08-01 | 1 | -1/+0 |
| | | | | | | environment. llvm-svn: 77776 | ||||
* | Make these driver tests do the right thing even when ↵ | Douglas Gregor | 2009-06-16 | 1 | -0/+1 |
| | | | | | | MACOSX_DEPLOYMENT_TARGET is set. llvm-svn: 73583 | ||||
* | Driver: Add test case for darwin::Preprocess and darwin::Compile | Daniel Dunbar | 2009-03-29 | 1 | -0/+6 |
tools, and enable them. llvm-svn: 68019 |