This command line option is only used in one place. Move it there and
rename it to something more descriptive. llvm-svn: 209263
This commit is contained in:
@@ -156,6 +156,9 @@ static cl::opt<std::string>
|
||||
MainFileName("main-file-name",
|
||||
cl::desc("Specifies the name we should consider the input file"));
|
||||
|
||||
static cl::opt<bool> SaveTempLabels("save-temp-labels",
|
||||
cl::desc("Don't discard temporary labels"));
|
||||
|
||||
enum ActionType {
|
||||
AC_AsLex,
|
||||
AC_Assemble,
|
||||
|
||||
Reference in New Issue
Block a user