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 |