From: Reid Spencer Date: Mon, 23 Jul 2007 04:23:32 +0000 (+0000) Subject: Remove dead option. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=0a4c8de81ca3b900e5ae9590392f276644839495;p=oota-llvm.git Remove dead option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-ld/llvm-ld.cpp b/tools/llvm-ld/llvm-ld.cpp index 46788b1011e..72c4b1ecb41 100644 --- a/tools/llvm-ld/llvm-ld.cpp +++ b/tools/llvm-ld/llvm-ld.cpp @@ -66,9 +66,6 @@ static cl::opt LinkAsLibrary("link-as-library", static cl::alias Relink("r", cl::aliasopt(LinkAsLibrary), cl::desc("Alias for -link-as-library")); -static cl::opt - MachineArch("march", cl::desc("Architecture to generate assembly for:")); - static cl::opt Native("native", cl::desc("Generate a native binary instead of a shell script"));