From 0a4c8de81ca3b900e5ae9590392f276644839495 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 23 Jul 2007 04:23:32 +0000 Subject: Remove dead option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-ld/llvm-ld.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'tools') diff --git a/tools/llvm-ld/llvm-ld.cpp b/tools/llvm-ld/llvm-ld.cpp index 46788b1011..72c4b1ecb4 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")); -- cgit v1.2.3