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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 22 17:08:20 PST 2018


labath updated this revision to Diff 135568.
labath added a comment.

This adds a test which looks up a type with unicode characters. I have verified
this test does not pass when run against a pre-D42740 compiler.


https://reviews.llvm.org/D43596

Files:
  include/lldb/Core/MappedHash.h
  packages/Python/lldbsuite/test/lang/c/unicode/Makefile
  packages/Python/lldbsuite/test/lang/c/unicode/TestUnicodeSymbols.py
  packages/Python/lldbsuite/test/lang/c/unicode/main.c
  source/Plugins/SymbolFile/DWARF/HashedNameToDIE.cpp
  source/Plugins/SymbolFile/DWARF/HashedNameToDIE.h
  source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  source/Target/ObjCLanguageRuntime.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43596.135568.patch
Type: text/x-patch
Size: 22197 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180223/3d1c56cb/attachment-0001.bin>


More information about the lldb-commits mailing list