[PATCH] D61135: Fixed enable-cache-manager option description for lli tool
Lang Hames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Apr 27 09:12:13 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL359384: [lli] Fix a typo in a cl::opt description. (authored by lhames, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D61135?vs=196648&id=196974#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61135/new/
https://reviews.llvm.org/D61135
Files:
llvm/trunk/tools/lli/lli.cpp
Index: llvm/trunk/tools/lli/lli.cpp
===================================================================
--- llvm/trunk/tools/lli/lli.cpp
+++ llvm/trunk/tools/lli/lli.cpp
@@ -172,7 +172,7 @@
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>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61135.196974.patch
Type: text/x-patch
Size: 430 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190427/14db6d70/attachment.bin>
More information about the llvm-commits
mailing list