From 475ac5d302ba84ac13d34a9215c29c1a38ca5690 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Thu, 15 May 2014 01:10:50 +0000 Subject: Unify command line handling of MCTargetOptions and remove extra options and code. No functional change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208833 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-mc/llvm-mc.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tools/llvm-mc/llvm-mc.cpp') diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index 364ae73401..e87f1eef28 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp @@ -65,12 +65,6 @@ static cl::opt OutputAsmVariant("output-asm-variant", cl::desc("Syntax variant to use for output printing")); -static cl::opt -RelaxAll("mc-relax-all", cl::desc("Relax all fixups")); - -static cl::opt -NoExecStack("mc-no-exec-stack", cl::desc("File doesn't need an exec stack")); - enum OutputFileType { OFT_Null, OFT_AssemblyFile, @@ -147,9 +141,6 @@ static cl::opt NoInitialTextSection("n", cl::desc("Don't assume assembly file starts " "in the text section")); -static cl::opt -SaveTempLabels("L", cl::desc("Don't discard temporary labels")); - static cl::opt GenDwarfForAssembly("g", cl::desc("Generate dwarf debugging info for assembly " "source files")); -- cgit v1.2.3