aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorReid Spencer <reid@x10sys.com>2007-07-23 04:23:32 +0000
committerReid Spencer <reid@x10sys.com>2007-07-23 04:23:32 +0000
commit76543f042a8cbf24f2aaf78c869d5060a2fb7205 (patch)
treec8d11db53e334f449bf1b57220541a210a966ac7 /tools
parent0f85c3559522b04fca246eff1dc1b500bd7639c7 (diff)
downloadexternal_llvm-76543f042a8cbf24f2aaf78c869d5060a2fb7205.zip
external_llvm-76543f042a8cbf24f2aaf78c869d5060a2fb7205.tar.gz
external_llvm-76543f042a8cbf24f2aaf78c869d5060a2fb7205.tar.bz2
Remove dead option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40415 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-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 46788b1..72c4b1e 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"));