summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/darwin-cc.c
Commit message (Collapse)AuthorAgeFilesLines
* test/Driver/darwin-cc.c: FileCheck-ize and tweak for Mingw MSYS bash.NAKAMURA Takumi2011-03-181-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 thatDaniel Dunbar2010-07-191-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 Dunbar2010-06-101-1/+1
| | | | llvm-svn: 105789
* Update tests to use %clang instead of 'clang', and forcibly disable use of 'Daniel Dunbar2009-12-151-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 Dunbar2009-11-081-1/+0
| | | | llvm-svn: 86432
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-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 controlledDaniel Dunbar2009-08-011-1/+0
| | | | | | environment. llvm-svn: 77776
* Make these driver tests do the right thing even when ↵Douglas Gregor2009-06-161-0/+1
| | | | | | MACOSX_DEPLOYMENT_TARGET is set. llvm-svn: 73583
* Driver: Add test case for darwin::Preprocess and darwin::CompileDaniel Dunbar2009-03-291-0/+6
tools, and enable them. llvm-svn: 68019
OpenPOWER on IntegriCloud