[PATCH] D32509: Replace HashString algorithm with xxHash64

Scott Smith via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 17:33:23 PDT 2017


scott.smith updated this revision to Diff 96855.
scott.smith added a comment.

Fixed clang-tools-extra build issues, but doesn't fix Mac lld issues (http://lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/7423/steps/test_lld/logs/stdio) as I do not have access to a Mac.  Can someone look into it?  It's probably just an identifier ordering issue.


Repository:
  rL LLVM

https://reviews.llvm.org/D32509

Files:
  include/llvm/ADT/StringExtras.h
  include/llvm/Support/xxhash.h
  lib/Support/xxhash.cpp
  test/DebugInfo/Generic/accel-table-hash-collisions.ll
  test/DebugInfo/PDB/pdbdump-headers.test
  test/DebugInfo/X86/gnu-public-names.ll
  tools/clang/test/CodeGen/target-features-error-2.c
  tools/clang/test/CodeGen/target-features-error.c
  tools/clang/test/SemaCXX/typo-correction-delayed.cpp
  tools/clang/tools/extra/test/modularize/ProblemsDisplayLists.modularize
  tools/clang/tools/extra/test/modularize/ProblemsInconsistent.modularize
  tools/clang/unittests/Tooling/CompilationDatabaseTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32509.96855.patch
Type: text/x-patch
Size: 12642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170427/d4c5a9ad/attachment.bin>


More information about the llvm-commits mailing list