We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dbf19e commit 373988fCopy full SHA for 373988f
tools/llvm-link/llvm-link.cpp
@@ -83,7 +83,7 @@ Force("f", cl::desc("Enable binary output on terminals"));
83
84
static cl::opt<bool>
85
DisableLazyLoad("disable-lazy-loading",
86
- cl::desc("Enable binary output on terminals"));
+ cl::desc("Disable lazy module loading"));
87
88
89
OutputAssembly("S", cl::desc("Write output as LLVM assembly"), cl::Hidden);
0 commit comments