mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +00:00
rename option for consistency with -mcpu -mattr etc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24734 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -49,7 +49,7 @@ static cl::opt<bool> Fast("fast",
|
|||||||
cl::desc("Generate code quickly, potentially sacrificing code quality"));
|
cl::desc("Generate code quickly, potentially sacrificing code quality"));
|
||||||
|
|
||||||
static cl::opt<std::string>
|
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>
|
static cl::opt<const TargetMachineRegistry::Entry*, false, TargetNameParser>
|
||||||
MArch("march", cl::desc("Architecture to generate code for:"));
|
MArch("march", cl::desc("Architecture to generate code for:"));
|
||||||
|
Reference in New Issue
Block a user