Skip to content

Commit 373988f

Browse files
committed
[llvm-link] Fix description of -disable-lazy-loading option
Patch by Will Dietz! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@283697 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 3dbf19e commit 373988f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/llvm-link/llvm-link.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Force("f", cl::desc("Enable binary output on terminals"));
8383

8484
static cl::opt<bool>
8585
DisableLazyLoad("disable-lazy-loading",
86-
cl::desc("Enable binary output on terminals"));
86+
cl::desc("Disable lazy module loading"));
8787

8888
static cl::opt<bool>
8989
OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden);

0 commit comments

Comments
 (0)