mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-03-04 18:38:37 +00:00
Get the -o option right
llvm-svn: 18052
This commit is contained in:
parent
4544b56ca2
commit
b4f1b1d3cb
@ -121,7 +121,7 @@ cl::list<std::string> BOpt("B", cl::ZeroOrMore, cl::Prefix,
|
||||
|
||||
cl::list<std::string> LibPaths("L", cl::Prefix,
|
||||
cl::desc("Specify a library search path"), cl::value_desc("directory"));
|
||||
|
||||
|
||||
cl::list<std::string> Libraries("l", cl::Prefix,
|
||||
cl::desc("Specify libraries to link to"), cl::value_desc("library prefix"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user