forked from OSchip/llvm-project
[lli] Fix a typo in a cl::opt description.
Patch by Wasiher. Thanks Wasiher! Differential Revision: https://reviews.llvm.org/D61135 llvm-svn: 359384
This commit is contained in:
parent
763a2e1f36
commit
15c072a161
|
@ -172,7 +172,7 @@ namespace {
|
|||
|
||||
cl::opt<bool>
|
||||
EnableCacheManager("enable-cache-manager",
|
||||
cl::desc("Use cache manager to save/load mdoules"),
|
||||
cl::desc("Use cache manager to save/load modules"),
|
||||
cl::init(false));
|
||||
|
||||
cl::opt<std::string>
|
||||
|
|
Loading…
Reference in New Issue