Allow user to specify LTO plugin file.

This commit is contained in:
Johan Engelen 2016-11-28 19:28:20 +01:00
parent 77bcc6e211
commit 3b59879a45

View file

@ -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);
//////////////////////////////////////////////////////////////////////////////