rename option for consistency with -mcpu -mattr etc

llvm-svn: 24734
This commit is contained in:
Chris Lattner 2005-12-16 05:19:55 +00:00
parent 33270e3183
commit 9823998a84

View File

@ -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:"));