Daniel Dunbar
|
34546ce43d
|
Remove RUN: true lines.
llvm-svn: 86432
|
2009-11-08 01:47:25 +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
|
e65f4de30d
|
'unset' isn't needed in these tests anymore, we always run with a controlled
environment.
llvm-svn: 77776
|
2009-08-01 04:51:30 +00:00 |
Douglas Gregor
|
ffbc629cd7
|
Make these driver tests do the right thing even when MACOSX_DEPLOYMENT_TARGET is set.
llvm-svn: 73583
|
2009-06-16 23:37:56 +00:00 |
Daniel Dunbar
|
f64f5307dc
|
Driver: Add test case for darwin::Preprocess and darwin::Compile
tools, and enable them.
llvm-svn: 68019
|
2009-03-29 22:27:40 +00:00 |