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 |
Chris Lattner
|
4ca97c3b9e
|
Fix PR4372, another case where non-prototyped functions can prevent
always_inline from working.
llvm-svn: 73273
|
2009-06-13 00:26:38 +00:00 |
Daniel Dunbar
|
877b30f83c
|
Driver: Support -mllvm; this just forwards options to clang-cc.
llvm-svn: 72780
|
2009-06-03 16:16:27 +00:00 |
Daniel Dunbar
|
4b665ebb01
|
Add clang-cc support for -disable-llvm-optzns.
- Avoids running any LLVM optimizations, even at -O2, etc., while still keeping
any language changes these optimizations imply.
llvm-svn: 72742
|
2009-06-02 22:07:45 +00:00 |