[PATCH] D61135: Fixed enable-cache-manager option description for lli tool

wasiher via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 25 09:02:46 PDT 2019


wasiher created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

https://reviews.llvm.org/D61135

Files:
  llvm/tools/lli/lli.cpp


Index: llvm/tools/lli/lli.cpp
===================================================================
--- llvm/tools/lli/lli.cpp
+++ llvm/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.196648.patch
Type: text/x-patch
Size: 412 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190425/8c42a0cc/attachment.bin>


More information about the llvm-commits mailing list