Skip to content

Commit 020f69c

Browse files
committed
Added opts::Lite to RewriteInstance
1 parent bb5ab1f commit 020f69c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bolt/lib/Rewrite/RewriteInstance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ extern cl::opt<bool> Hugify;
8282
extern cl::opt<bool> Instrument;
8383
extern cl::opt<JumpTableSupportLevel> JumpTables;
8484
extern cl::opt<bool> KeepNops;
85+
extern cl::opt<bool> Lite;
8586
extern cl::opt<bool> MatchProfileWithFunctionHash;
8687
extern cl::list<std::string> ReorderData;
8788
extern cl::opt<bolt::ReorderFunctions::ReorderType> ReorderFunctions;

0 commit comments

Comments
 (0)