diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-23 04:23:32 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-23 04:23:32 +0000 |
commit | ec5058eb962a16a34d2dbe9dadf10ced14e63b91 (patch) | |
tree | 6b3ce13aafd601cb03d51314ae6f90c2ac93ad14 /llvm/tools/llvm-ld/llvm-ld.cpp | |
parent | 93ab9f134e900468fc9aee31faf647d778c42947 (diff) | |
download | llvm-ec5058eb962a16a34d2dbe9dadf10ced14e63b91.zip llvm-ec5058eb962a16a34d2dbe9dadf10ced14e63b91.tar.gz llvm-ec5058eb962a16a34d2dbe9dadf10ced14e63b91.tar.bz2 |
Remove dead option.
llvm-svn: 40415
Diffstat (limited to 'llvm/tools/llvm-ld/llvm-ld.cpp')
-rw-r--r-- | llvm/tools/llvm-ld/llvm-ld.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/llvm-ld/llvm-ld.cpp b/llvm/tools/llvm-ld/llvm-ld.cpp index 46788b1..72c4b1e 100644 --- a/llvm/tools/llvm-ld/llvm-ld.cpp +++ b/llvm/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")); |