Yaron Keren
fa3674017a
Fix PR31644 introduced by r287138 and add a regression test.
...
Thanks Dimitry Andric for the report and fix!
llvm-svn: 292032
2017-01-14 21:12:08 +00:00
Reid Kleckner
9643a313ac
Fix failing dependencies-and-pp.c test
...
The bots seem to do more line wrapping because they have longer absolute
paths.
llvm-svn: 179284
2013-04-11 13:43:19 +00:00
Reid Kleckner
37e8fe13e0
FileCheck-ify more grep tests with quoted double quotes
...
This required some tedious reordering to match clang's order.
Presumably these ObjC tests were generated based on llvm-gcc's output
ordering.
llvm-svn: 179282
2013-04-11 13:24:56 +00:00
Chris Lattner
bf2803fb20
add support for -MQ flag to quote targets in dependency file,
...
PR6661, patch by Ori Avtalion!
llvm-svn: 99821
2010-03-29 17:55:58 +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
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
d58929be46
PR4063, with feeling: Chain PP callbacks by default.
...
- This is somewhat cleaner and also fixes PR4063 for real, I had the
order wrong so we were just creating an empty dependency file.
llvm-svn: 70687
2009-05-03 10:04:17 +00:00