mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
shrinkify the option name a bit
llvm-svn: 23910
This commit is contained in:
parent
5d6f12bbde
commit
455911544a
@ -50,14 +50,14 @@ MArch("march", cl::desc("Architecture to generate code for:"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
MCPU("mcpu",
|
||||
cl::desc("Target a specific cpu type (-mcpu=help for list of choices)"),
|
||||
cl::desc("Target a specific cpu type (-mcpu=help for details)"),
|
||||
cl::value_desc("cpu-name"),
|
||||
cl::init(""));
|
||||
|
||||
static cl::list<std::string>
|
||||
MAttrs("mattr",
|
||||
cl::CommaSeparated,
|
||||
cl::desc("Target specific attributes (-mattr=help for list of choices)"),
|
||||
cl::desc("Target specific attributes (-mattr=help for details)"),
|
||||
cl::value_desc("attr1,+attr2, ..., -attrN"));
|
||||
|
||||
cl::opt<TargetMachine::CodeGenFileType>
|
||||
|
Loading…
Reference in New Issue
Block a user