OSDN Git Service

Remove dead option.
authorReid Spencer <rspencer@reidspencer.com>
Mon, 23 Jul 2007 04:23:32 +0000 (04:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 23 Jul 2007 04:23:32 +0000 (04:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-ld/llvm-ld.cpp

index 46788b1..72c4b1e 100644 (file)
@@ -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"));