mirror of
https://github.com/ldc-developers/ldc.git
synced 2025-05-09 04:15:58 +03:00
Allow user to specify LTO plugin file.
This commit is contained in:
parent
77bcc6e211
commit
3b59879a45
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue