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
|
97ea867690
|
MultiTestRunner: Validate '&&' at the end of RUN lines.
- This is just to normalize, these will go away soon hopefully.
Added all the missing '&&'s that have crept in. :)
llvm-svn: 77062
|
2009-07-25 11:27:37 +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
|
36a3e92521
|
Don't accept '$' in identifiers in assembler-with-cpp mode.
llvm-svn: 67013
|
2009-03-15 00:11:28 +00:00 |