summaryrefslogtreecommitdiff
path: root/tools/llvm-ld
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-07-23 04:23:32 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-07-23 04:23:32 +0000
commit0a4c8de81ca3b900e5ae9590392f276644839495 (patch)
treec8d11db53e334f449bf1b57220541a210a966ac7 /tools/llvm-ld
parent0dafa8d0864537aafee6411fb4bc386735224fbd (diff)
downloadllvm-0a4c8de81ca3b900e5ae9590392f276644839495.tar.gz
llvm-0a4c8de81ca3b900e5ae9590392f276644839495.tar.bz2
llvm-0a4c8de81ca3b900e5ae9590392f276644839495.tar.xz
Remove dead option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-ld')
-rw-r--r--tools/llvm-ld/llvm-ld.cpp3
1 files changed, 0 insertions, 3 deletions
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<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"));