mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-02 10:33:53 +00:00
Remove dead option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0dafa8d086
commit
0a4c8de81c
@ -66,9 +66,6 @@ static cl::opt<bool> LinkAsLibrary("link-as-library",
|
||||
static cl::alias Relink("r", cl::aliasopt(LinkAsLibrary),
|
||||
cl::desc("Alias for -link-as-library"));
|
||||
|
||||
static cl::opt<const TargetMachineRegistry::Entry*, false, TargetNameParser>
|
||||
MachineArch("march", cl::desc("Architecture to generate assembly for:"));
|
||||
|
||||
static cl::opt<bool> Native("native",
|
||||
cl::desc("Generate a native binary instead of a shell script"));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user