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:
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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user