[llvm-link] Fix description of -disable-lazy-loading option

Patch by Will Dietz!

llvm-svn: 283697
This commit is contained in:
Davide Italiano 2016-10-09 17:15:04 +00:00
parent b764bf2987
commit aedafd411a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ Force("f", cl::desc("Enable binary output on terminals"));
static cl::opt<bool>
DisableLazyLoad("disable-lazy-loading",
cl::desc("Enable binary output on terminals"));
cl::desc("Disable lazy module loading"));
static cl::opt<bool>
OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden);