1
0
mirror of https://github.com/c64scene-ar/llvm-6502.git synced 2025-03-21 03:32:29 +00:00

Rename -disable-required-unwind-tables to unwind-tables-optional.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@49389 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dale Johannesen 2008-04-08 18:07:49 +00:00
parent d9c7dbfe44
commit e8277dc7d6

@ -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));