[pkg-d-commits] [ldc] 170/211: Allow user to specify LTO plugin file.

Matthias Klumpp mak at moszumanska.debian.org
Sun Apr 23 22:36:20 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.1.0
in repository ldc.

commit 3b59879a453e5852e32c23f94cc5cd99e7793c6b
Author: Johan Engelen <jbc.engelen at gmail.com>
Date:   Mon Nov 28 19:28:20 2016 +0100

    Allow user to specify LTO plugin file.
---
 driver/linker.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/driver/linker.cpp b/driver/linker.cpp
index 0ebcc4d..5f7da96 100644
--- a/driver/linker.cpp
+++ b/driver/linker.cpp
@@ -55,7 +55,7 @@ static llvm::cl::opt<std::string>
     ltoLibrary("flto-binary",
                llvm::cl::desc("Set the linker LTO plugin library file (e.g. "
                               "LLVMgold.so (Unixes) or libLTO.dylib (Darwin))"),
-               llvm::cl::value_desc("file"));
+               llvm::cl::value_desc("file"), llvm::cl::ZeroOrMore);
 
 //////////////////////////////////////////////////////////////////////////////
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list