Dale Johannesen
|
ea3aa5bf11
|
Remove -unwind-tables-optional everywhere, since
this is now the default.
llvm-svn: 49667
|
2008-04-14 17:56:54 +00:00 |
Dale Johannesen
|
5169fa17b5
|
Rename -disable-required-unwind-tables to -unwind-tables-optional.
llvm-svn: 49391
|
2008-04-08 18:10:08 +00:00 |
Dale Johannesen
|
da298f9107
|
Add -disable-required-unwind-tables to tests
that need it (usually, grepping for some string
found in unwind info)
llvm-svn: 49364
|
2008-04-08 00:14:17 +00:00 |
Dan Gohman
|
3554448947
|
Add an explicit target triple to make this test behave as expected on
non-Apple hosts. And use the count script instead of wc + grep.
llvm-svn: 42878
|
2007-10-11 23:04:36 +00:00 |
Bill Wendling
|
067f1d8e95
|
Objective-C was generating EH frame info like this:
"_-[NSString(local) isNullOrNil]".eh = 0
.no_dead_strip "_-[NSString(local) isNullOrNil]".eh
The ".eh" should be inside the quotes.
llvm-svn: 42074
|
2007-09-18 01:47:22 +00:00 |