mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +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:
parent
f495536453
commit
be193839fa
@ -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…
Reference in New Issue
Block a user