[llvm] r283697 - [llvm-link] Fix description of -disable-lazy-loading option
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 9 10:15:05 PDT 2016
Author: davide
Date: Sun Oct 9 12:15:04 2016
New Revision: 283697
URL: http://llvm.org/viewvc/llvm-project?rev=283697&view=rev
Log:
[llvm-link] Fix description of -disable-lazy-loading option
Patch by Will Dietz!
Modified:
llvm/trunk/tools/llvm-link/llvm-link.cpp
Modified: llvm/trunk/tools/llvm-link/llvm-link.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-link/llvm-link.cpp?rev=283697&r1=283696&r2=283697&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-link/llvm-link.cpp (original)
+++ llvm/trunk/tools/llvm-link/llvm-link.cpp Sun Oct 9 12:15:04 2016
@@ -83,7 +83,7 @@ Force("f", cl::desc("Enable binary outpu
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);
More information about the llvm-commits
mailing list