Dale Johannesen
|
d9a9c746d8
|
Remove -unwind-tables-optional everywhere, since
this is now the default.
llvm-svn: 49667
|
2008-04-14 17:56:54 +00:00 |
|
Dale Johannesen
|
5ac0a0ed21
|
Rename -disable-required-unwind-tables to -unwind-tables-optional.
llvm-svn: 49391
|
2008-04-08 18:10:08 +00:00 |
|
Dale Johannesen
|
3f992b224e
|
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
|
9a70be46f1
|
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
|
803e0d9970
|
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 |
|