[llvm-branch-commits] [llvm] [StructuralHash] Support Differences (PR #112638)
Ellis Hoag via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Oct 25 12:17:58 PDT 2024
================
@@ -13,15 +13,18 @@
namespace llvm {
+enum class StructuralHashOptions { None, Detailed, CallTargetIgnored };
----------------
ellishg wrote:
Can you document these options and include their string values, e.g., `call-target-ignored`?
https://github.com/llvm/llvm-project/pull/112638
More information about the llvm-branch-commits
mailing list