From dc3e9c75fe78d186e4bb88d0d28cceba4fb9c8b5 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. llvm-svn: 209263 --- llvm/tools/llvm-mc/llvm-mc.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'llvm/tools/llvm-mc') diff --git a/llvm/tools/llvm-mc/llvm-mc.cpp b/llvm/tools/llvm-mc/llvm-mc.cpp index e87f1eef282..02dcfcd2dd0 100644 --- a/llvm/tools/llvm-mc/llvm-mc.cpp +++ b/llvm/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