aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetMachine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/TargetMachine.cpp')
-rw-r--r--lib/Target/TargetMachine.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/TargetMachine.cpp b/lib/Target/TargetMachine.cpp
index e6f080d328..6f2f1235d7 100644
--- a/lib/Target/TargetMachine.cpp
+++ b/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));