[llvm] [BOLT] Hash-based function matching (PR #96572)
shaw young via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 25 14:28:15 PDT 2024
================
@@ -82,6 +82,8 @@ 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;
----------------
shawbyoung wrote:
Lite is used in a few spots - lines 2069, 2075, 2081, etc
https://github.com/llvm/llvm-project/pull/96572
More information about the llvm-commits
mailing list