Skip to content

Commit e7863ed

Browse files
shawbyoungAlexisPerry
authored andcommitted
Added opts::Lite to RewriteInstance
1 parent 66cc288 commit e7863ed

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)