Chandler Carruth
|
7a8c477f2a
|
Make driver tests more resilient to output trees containing symlinks --
the tests are making assertions about the name of the clang binary, so
we should ensure that the name is as stable as possible.
llvm-svn: 148767
|
2012-01-24 01:55:55 +00:00 |
Argyrios Kyrtzidis
|
dfe47dba37
|
Revert r116605, a lot more were committed by mistake.
llvm-svn: 116606
|
2010-10-15 18:51:34 +00:00 |
Argyrios Kyrtzidis
|
ffbba26285
|
Add '-include-pch' option to the driver, so it can get passed to the cc1 driver.
llvm-svn: 116605
|
2010-10-15 18:49:01 +00:00 |
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 |
John Thompson
|
271f1f07bc
|
Converted to use FileCheck.
llvm-svn: 84005
|
2009-10-13 18:51:26 +00:00 |
Douglas Gregor
|
c1547eb338
|
Force driver's PTH test to use PTH
llvm-svn: 70338
|
2009-04-28 22:43:20 +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
|
60196720eb
|
Driver: Switch to using -include-pth.
llvm-svn: 67393
|
2009-03-20 19:38:56 +00:00 |