From e648d75c607378d55765103c2ac554a2964b6280 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Wed, 21 May 2014 00:20:01 +0000 Subject: This command line option is only used in one place. Move it there and rename it to something more descriptive. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@209263 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/llvm-mc/llvm-mc.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/llvm-mc/llvm-mc.cpp b/tools/llvm-mc/llvm-mc.cpp index e87f1eef28..02dcfcd2dd 100644 --- a/tools/llvm-mc/llvm-mc.cpp +++ b/tools/llvm-mc/llvm-mc.cpp @@ -156,6 +156,9 @@ static cl::opt MainFileName("main-file-name", cl::desc("Specifies the name we should consider the input file")); +static cl::opt SaveTempLabels("save-temp-labels", + cl::desc("Don't discard temporary labels")); + enum ActionType { AC_AsLex, AC_Assemble, -- cgit v1.2.3