[PATCH] llvm-link: Fix description of -disable-lazy-loading option

Will Dietz via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 9 09:59:10 PDT 2016


Minor fixup, please commit (and rephrase) and see you fit :).

~Will
-----------

>From 88a521a736c09b61c83bcb071285f5bd63b5ab7e Mon Sep 17 00:00:00 2001
From: Will Dietz <w at wdtz.org>
Date: Sun, 9 Oct 2016 11:52:47 -0500
Subject: [PATCH] llvm-link: Fix description of -disable-lazy-loading option.

---
 tools/llvm-link/llvm-link.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/llvm-link/llvm-link.cpp b/tools/llvm-link/llvm-link.cpp
index 8074960..0868220 100644
--- a/tools/llvm-link/llvm-link.cpp
+++ b/tools/llvm-link/llvm-link.cpp
@@ -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);
-- 
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161009/f61e40f8/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-llvm-link-Fix-description-of-disable-lazy-loading-op.patch
Type: application/octet-stream
Size: 877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161009/f61e40f8/attachment.obj>


More information about the llvm-commits mailing list