[llvm-commits] [llvm] r40415 - /llvm/trunk/tools/llvm-ld/llvm-ld.cpp
    Reid Spencer 
    rspencer at reidspencer.com
       
    Sun Jul 22 21:23:32 PDT 2007
    
    
  
Author: reid
Date: Sun Jul 22 23:23:32 2007
New Revision: 40415
URL: http://llvm.org/viewvc/llvm-project?rev=40415&view=rev
Log:
Remove dead option.
Modified:
    llvm/trunk/tools/llvm-ld/llvm-ld.cpp
Modified: llvm/trunk/tools/llvm-ld/llvm-ld.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-ld/llvm-ld.cpp?rev=40415&r1=40414&r2=40415&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-ld/llvm-ld.cpp (original)
+++ llvm/trunk/tools/llvm-ld/llvm-ld.cpp Sun Jul 22 23:23:32 2007
@@ -66,9 +66,6 @@
 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"));
 
    
    
More information about the llvm-commits
mailing list