mirror of
				https://github.com/c64scene-ar/llvm-6502.git
				synced 2025-11-04 05:17:07 +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:
		@@ -85,8 +85,8 @@ namespace {
 | 
				
			|||||||
               cl::location(ExceptionHandling),
 | 
					               cl::location(ExceptionHandling),
 | 
				
			||||||
               cl::init(false));
 | 
					               cl::init(false));
 | 
				
			||||||
  cl::opt<bool, true>
 | 
					  cl::opt<bool, true>
 | 
				
			||||||
  DisableUnwindTables("disable-required-unwind-tables",
 | 
					  DisableUnwindTables("unwind-tables-optional",
 | 
				
			||||||
               cl::desc("Do not require unwinding info for all functions"),
 | 
					               cl::desc("Generate unwinding tables only for functions that require them"),
 | 
				
			||||||
               cl::location(UnwindTablesOptional),
 | 
					               cl::location(UnwindTablesOptional),
 | 
				
			||||||
               cl::init(false));
 | 
					               cl::init(false));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user