mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-23 22:15:25 +00:00
Rename -t to --temp-dir.
-t is already used by gcc in the meaning 'ld -t' (trace). The Base plugin may want to emulate this behaviour. llvm-svn: 75162
This commit is contained in:
parent
03965f5212
commit
1958523090
@ -25,8 +25,8 @@ cl::list<std::string> InputFilenames(cl::Positional, cl::desc("<input file>"),
|
||||
cl::ZeroOrMore);
|
||||
cl::opt<std::string> OutputFilename("o", cl::desc("Output file name"),
|
||||
cl::value_desc("file"), cl::Prefix);
|
||||
cl::opt<std::string> TempDirname("t", cl::desc("Temp dir name"),
|
||||
cl::value_desc("dir"), cl::Prefix);
|
||||
cl::opt<std::string> TempDirname("temp-dir", cl::desc("Temp dir name"),
|
||||
cl::value_desc("<directory>"), cl::Prefix);
|
||||
cl::list<std::string> Languages("x",
|
||||
cl::desc("Specify the language of the following input files"),
|
||||
cl::ZeroOrMore);
|
||||
|
Loading…
x
Reference in New Issue
Block a user