mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
[llvm-link] Fix description of -disable-lazy-loading option
Patch by Will Dietz! llvm-svn: 283697
This commit is contained in:
parent
7f4ab68d3a
commit
6302d49834
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user