aboutsummaryrefslogtreecommitdiff
path: root/bolt/lib/Utils/CommandLineOpts.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/lib/Utils/CommandLineOpts.cpp')
-rw-r--r--bolt/lib/Utils/CommandLineOpts.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/bolt/lib/Utils/CommandLineOpts.cpp b/bolt/lib/Utils/CommandLineOpts.cpp
index e056746..9ea20ac0 100644
--- a/bolt/lib/Utils/CommandLineOpts.cpp
+++ b/bolt/lib/Utils/CommandLineOpts.cpp
@@ -42,6 +42,11 @@ AlignText("align-text",
cl::Hidden,
cl::cat(BoltCategory));
+cl::opt<unsigned> AlignFunctions(
+ "align-functions",
+ cl::desc("align functions at a given value (relocation mode)"),
+ cl::init(64), cl::ZeroOrMore, cl::cat(BoltOptCategory));
+
cl::opt<bool>
AggregateOnly("aggregate-only",
cl::desc("exit after writing aggregated data file"),