[Lldb-commits] [lldb] r325927 - Replace HashStringUsingDJB with llvm::djbHash

Davide Italiano via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 7 18:46:15 PST 2018


On Wed, Mar 7, 2018 at 6:39 PM, Jim Ingham <jingham at apple.com> wrote:
> The hashing algorithm gives different values - at least for foobár - between the two implementations.  So if you build with an older clang, and test with a new lldb, the type lookup fails.
>

This is not my case, I think? I'm building from the monorepo so clang
and lldb are supposed to be in sync (in fact, the version of clang in
my test is 7.0).

Thanks,

--
Davide


More information about the lldb-commits mailing list