Daniel Dunbar
|
5618e98f33
|
Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to
garbage).
llvm-svn: 91460
|
2009-12-15 22:01:24 +00:00 |
Daniel Dunbar
|
6c536aa0fb
|
Driver: Switch to using "clang" "-cc1" instead of "clang-cc".
llvm-svn: 91174
|
2009-12-11 23:00:49 +00:00 |
Daniel Dunbar
|
8b57697954
|
Eliminate &&s in tests.
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious.
llvm-svn: 86430
|
2009-11-08 01:45:36 +00:00 |
Daniel Dunbar
|
83e3714902
|
XFAIL Driver/hello.c on Windows.
llvm-svn: 85885
|
2009-11-03 07:49:31 +00:00 |
Daniel Dunbar
|
36245c5a90
|
Rename clang-driver to clang.
Again, I tried to update cmake but it is untested.
llvm-svn: 67606
|
2009-03-24 03:07:05 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Eli Friedman
|
bae2042bb5
|
Don't use &> in tests; dash doesn't understand it.
llvm-svn: 67483
|
2009-03-22 21:49:20 +00:00 |
Daniel Dunbar
|
ea2be5e8ee
|
Add simple test case to make sure driver can generate executables.
- Hopefully Chris can pardon one executable test.
llvm-svn: 67251
|
2009-03-18 22:49:41 +00:00 |