[llvm-commits] [llvm] r104303 - /llvm/trunk/tools/llvm-mc/llvm-mc.cpp

Daniel Dunbar daniel at zuster.org
Thu May 20 17:27:55 PDT 2010


Author: ddunbar
Date: Thu May 20 19:27:55 2010
New Revision: 104303

URL: http://llvm.org/viewvc/llvm-project?rev=104303&view=rev
Log:
Remove dead option.

Modified:
    llvm/trunk/tools/llvm-mc/llvm-mc.cpp

Modified: llvm/trunk/tools/llvm-mc/llvm-mc.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/llvm-mc/llvm-mc.cpp?rev=104303&r1=104302&r2=104303&view=diff
==============================================================================
--- llvm/trunk/tools/llvm-mc/llvm-mc.cpp (original)
+++ llvm/trunk/tools/llvm-mc/llvm-mc.cpp Thu May 20 19:27:55 2010
@@ -75,9 +75,6 @@
                   "Emit a native object ('.o') file"),
        clEnumValEnd));
 
-static cl::opt<bool>
-Force("f", cl::desc("Enable binary output on terminals"));
-
 static cl::list<std::string>
 IncludeDirs("I", cl::desc("Directory of include files"),
             cl::value_desc("directory"), cl::Prefix);





More information about the llvm-commits mailing list