mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
[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
9e863883e1
commit
5f67a2381d
@ -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
Block a user