[Lldb-commits] [PATCH] D43596: Replace HashStringUsingDJB with llvm::djbHash

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 08:17:00 PST 2018


clayborg added a comment.

The only input we currently use this on is DWARF and I believe all DWARF strings are UTF8 so this should all work correctly, no?


https://reviews.llvm.org/D43596





More information about the lldb-commits mailing list