rename option for consistency with -mcpu -mattr etc
authorChris Lattner <sabre@nondot.org>
Fri, 16 Dec 2005 05:19:55 +0000 (05:19 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 16 Dec 2005 05:19:55 +0000 (05:19 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24734 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llc/llc.cpp

index 1b6c71080af7f231e3976f61682f04ed46fe21b1..0b631e41d53f00ec891bd24373ddbbcf2f8bb53f 100644 (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:"));