diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-05-21 00:20:01 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-05-21 00:20:01 +0000 |
| commit | dc3e9c75fe78d186e4bb88d0d28cceba4fb9c8b5 (patch) | |
| tree | 25aa1e093922a6ee4be6fc51cae3b7740d18a18b /llvm/tools | |
| parent | a6342c581ecc4ad1a6f491ee3aee013d4ab4c3dc (diff) | |
| download | bcm5719-llvm-dc3e9c75fe78d186e4bb88d0d28cceba4fb9c8b5.tar.gz bcm5719-llvm-dc3e9c75fe78d186e4bb88d0d28cceba4fb9c8b5.zip | |
This command line option is only used in one place. Move it there and
rename it to something more descriptive.
llvm-svn: 209263
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/llvm-mc/llvm-mc.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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<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, |

