summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-mc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2014-05-21 21:05:09 +0000
committerEric Christopher <echristo@gmail.com>2014-05-21 21:05:09 +0000
commit472cee30809daaffc510c138ed50bb46aa3fcdcf (patch)
tree1fd96aa0068007fc462fcf179fc6778bf53f4275 /llvm/tools/llvm-mc
parent473ec184a206fbc615c4995a1b58dbdb2ffeffa6 (diff)
downloadbcm5719-llvm-472cee30809daaffc510c138ed50bb46aa3fcdcf.tar.gz
bcm5719-llvm-472cee30809daaffc510c138ed50bb46aa3fcdcf.zip
Move MCOptions that aren't shared between programs into their specific
program and have them initialize the MCOptions struct explicitly. llvm-svn: 209321
Diffstat (limited to 'llvm/tools/llvm-mc')
-rw-r--r--llvm/tools/llvm-mc/llvm-mc.cpp3
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 02dcfcd2dd0..84d578b4d00 100644
--- a/llvm/tools/llvm-mc/llvm-mc.cpp
+++ b/llvm/tools/llvm-mc/llvm-mc.cpp
@@ -159,6 +159,9 @@ MainFileName("main-file-name",
static cl::opt<bool> SaveTempLabels("save-temp-labels",
cl::desc("Don't discard temporary labels"));
+static cl::opt<bool> NoExecStack("no-exec-stack",
+ cl::desc("File doesn't need an exec stack"));
+
enum ActionType {
AC_AsLex,
AC_Assemble,
OpenPOWER on IntegriCloud