- Dec 15, 2009
-
-
Daniel Dunbar authored
- This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
-
- Nov 08, 2009
-
-
Daniel Dunbar authored
llvm-svn: 86432
-
Daniel Dunbar authored
- 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
-
- Sep 26, 2009
-
-
Anders Carlsson authored
llvm-svn: 82843
-
- Sep 25, 2009
-
-
Fariborz Jahanian authored
per Doug's comment. llvm-svn: 82791
-
Fariborz Jahanian authored
Fixed pr5050. llvm-svn: 82783
-