aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshawbyoung <shawbyoung@gmail.com>2024-06-25 07:51:35 -0700
committershawbyoung <shawbyoung@gmail.com>2024-06-25 08:05:29 -0700
commit020f69cd10a2ff1233cc28088989319e5a58b116 (patch)
tree7588c46065a5b8e71e079e0a1a19181f19bdf1d0
parentbb5ab1ffe719f5e801ef08ac08be975546aa3266 (diff)
downloadllvm-020f69cd10a2ff1233cc28088989319e5a58b116.zip
llvm-020f69cd10a2ff1233cc28088989319e5a58b116.tar.gz
llvm-020f69cd10a2ff1233cc28088989319e5a58b116.tar.bz2
Added opts::Lite to RewriteInstance
-rw-r--r--bolt/lib/Rewrite/RewriteInstance.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/bolt/lib/Rewrite/RewriteInstance.cpp b/bolt/lib/Rewrite/RewriteInstance.cpp
index c0873a5..ee6ac1c 100644
--- a/bolt/lib/Rewrite/RewriteInstance.cpp
+++ b/bolt/lib/Rewrite/RewriteInstance.cpp
@@ -82,6 +82,7 @@ extern cl::opt<bool> Hugify;
extern cl::opt<bool> Instrument;
extern cl::opt<JumpTableSupportLevel> JumpTables;
extern cl::opt<bool> KeepNops;
+extern cl::opt<bool> Lite;
extern cl::opt<bool> MatchProfileWithFunctionHash;
extern cl::list<std::string> ReorderData;
extern cl::opt<bolt::ReorderFunctions::ReorderType> ReorderFunctions;