diff options
| author | Dale Johannesen <dalej@apple.com> | 2008-04-08 18:07:49 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2008-04-08 18:07:49 +0000 |
| commit | 4c0c018bc50bfbf8c0ad2f374597e59bd63f6839 (patch) | |
| tree | b115e0447a2ded26e642b29edfc39301cb03ca0e | |
| parent | 00fcdeddd379fde2c565c20d9477c9cb0c69628a (diff) | |
| download | bcm5719-llvm-4c0c018bc50bfbf8c0ad2f374597e59bd63f6839.tar.gz bcm5719-llvm-4c0c018bc50bfbf8c0ad2f374597e59bd63f6839.zip | |
Rename -disable-required-unwind-tables to unwind-tables-optional.
llvm-svn: 49389
| -rw-r--r-- | llvm/lib/Target/TargetMachine.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/TargetMachine.cpp b/llvm/lib/Target/TargetMachine.cpp index e6f080d328d..6f2f1235d7a 100644 --- a/llvm/lib/Target/TargetMachine.cpp +++ b/llvm/lib/Target/TargetMachine.cpp @@ -85,8 +85,8 @@ namespace { cl::location(ExceptionHandling), cl::init(false)); cl::opt<bool, true> - DisableUnwindTables("disable-required-unwind-tables", - cl::desc("Do not require unwinding info for all functions"), + DisableUnwindTables("unwind-tables-optional", + cl::desc("Generate unwinding tables only for functions that require them"), cl::location(UnwindTablesOptional), cl::init(false)); |

