mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-11 23:16:11 +00:00
Fix a typo, depricated -> deprecated
Differential Revision: https://reviews.llvm.org/D22849 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@282534 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
869a1fcb64
commit
66a39342c2
@ -1731,7 +1731,7 @@ void PrintHelpMessage(bool Hidden = false, bool Categorized = false);
|
||||
/// the control of the client. The options should be modified before calling
|
||||
/// llvm::cl::ParseCommandLineOptions().
|
||||
///
|
||||
/// Hopefully this API can be depricated soon. Any situation where options need
|
||||
/// Hopefully this API can be deprecated soon. Any situation where options need
|
||||
/// to be modified by tools or libraries should be handled by sane APIs rather
|
||||
/// than just handing around a global list.
|
||||
StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
|
||||
|
@ -66,7 +66,7 @@ CompressDebugSections("compress-debug-sections", cl::ValueOptional,
|
||||
clEnumValN(DebugCompressionType::DCT_Zlib, "zlib",
|
||||
"Use zlib compression"),
|
||||
clEnumValN(DebugCompressionType::DCT_ZlibGnu, "zlib-gnu",
|
||||
"Use zlib-gnu compression (depricated)"),
|
||||
"Use zlib-gnu compression (deprecated)"),
|
||||
clEnumValEnd));
|
||||
|
||||
static cl::opt<bool>
|
||||
|
Loading…
x
Reference in New Issue
Block a user