================
@@ -25,11 +25,12 @@ enum class KCFIHashAlgorithm { xxHash64, FNV1a };
KCFIHashAlgorithm parseKCFIHashAlgorithm(StringRef Name);
----------------
nikic wrote:
Why only the two below and not this one?
https://github.com/llvm/llvm-project/pull/171629