Dan Gohman
|
d1e76b957b
|
Use -fno-math-errno by default, and remove the IsMathErrnoDefault
targethook, which is no longer being used. This fixes PR5971.
llvm-svn: 92987
|
2010-01-08 02:20:44 +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
|
18a72959f5
|
Tests: Fix some bugs in clang_f_opts, options were out of order but it worked
because it had two inputs, except on Win32 where /dev/null doesn't exist.
llvm-svn: 91235
|
2009-12-13 02:00:23 +00:00 |
Ted Kremenek
|
e1996c27eb
|
Convert the remainder of this test case over to using FileCheck.
llvm-svn: 91194
|
2009-12-12 00:42:52 +00:00 |
Ted Kremenek
|
eadc7c3537
|
Make using '-fshort-enums' an error until it is actually implemented (changes the ABI, so it is dangerous to not error out if we don't support it). Fixes <rdar://problem/7461006>.
llvm-svn: 91191
|
2009-12-12 00:38:18 +00:00 |
Daniel Dunbar
|
484afa2d3b
|
Switch -f{builtin,math-errno,rtti} and -analyzer-purge-dead to -...no... variants instead of using llvm:🆑:init(true) arguments.
llvm-svn: 89315
|
2009-11-19 04:55:23 +00:00 |
Daniel Dunbar
|
4930e3357b
|
Add -fblocks, -stack-protector, and -fobjc-nonfragile-abi defaulting to driver,
instead of using getDefaultLangOptions.
- Remove unused -fobjc-tight-layout while at it.
llvm-svn: 89065
|
2009-11-17 08:07:36 +00:00 |
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 |
John Thompson
|
ed4e2950bc
|
Adding -fshort-wchar option.
llvm-svn: 86167
|
2009-11-05 20:14:16 +00:00 |
Daniel Dunbar
|
db09702e2a
|
PR4016: Forward -fno-show-source-location to clang.
llvm-svn: 73082
|
2009-06-08 21:13:54 +00:00 |
Daniel Dunbar
|
d4510f2223
|
Driver: Fix forwarding of -fpascal-strings.
llvm-svn: 68570
|
2009-04-07 23:51:44 +00:00 |