[llvm] [BOLT] Hash-based function matching (PR #96572)

Alexander Yermolovich via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 25 14:20:59 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;
----------------
ayermolo wrote:

Why was extern for Lite was added? Doesn't look like it's used.

https://github.com/llvm/llvm-project/pull/96572


More information about the llvm-commits mailing list