mirror of
https://github.com/RPCSX/llvm.git
synced 2025-04-02 16:21:36 +00:00
[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
This commit is contained in:
parent
3dbf19e936
commit
373988f36a
@ -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…
x
Reference in New Issue
Block a user