mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
rename option for consistency with -mcpu -mattr etc
llvm-svn: 24734
This commit is contained in:
parent
33270e3183
commit
9823998a84
@ -49,7 +49,7 @@ static cl::opt<bool> Fast("fast",
|
||||
cl::desc("Generate code quickly, potentially sacrificing code quality"));
|
||||
|
||||
static cl::opt<std::string>
|
||||
TargetTriple("triple", cl::desc("Override target triple for module"));
|
||||
TargetTriple("mtriple", cl::desc("Override target triple for module"));
|
||||
|
||||
static cl::opt<const TargetMachineRegistry::Entry*, false, TargetNameParser>
|
||||
MArch("march", cl::desc("Architecture to generate code for:"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user