1
0
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:
Lang Hames 2019-04-27 16:13:53 +00:00
parent 9e863883e1
commit 5f67a2381d

View File

@ -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>