Rename -disable-required-unwind-tables to unwind-tables-optional.
authorDale Johannesen <dalej@apple.com>
Tue, 8 Apr 2008 18:07:49 +0000 (18:07 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 8 Apr 2008 18:07:49 +0000 (18:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49389 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/TargetMachine.cpp

index e6f080d328d2690453782102faf025ee7aeb12f5..6f2f1235d7a6665cd077241c5a668ea622f17fe9 100644 (file)
@@ -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));