OSDN Git Service

Revert "[Support] Replace HashString with djbHash."
authorJonas Devlieghere <jonas@devlieghere.com>
Mon, 26 Feb 2018 12:05:18 +0000 (12:05 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Mon, 26 Feb 2018 12:05:18 +0000 (12:05 +0000)
commit8f7bcdf3c65b9a47e35653d525135beb18f3ac25
tree3653ddcca4e0d20d5fd8b81acb065aed2760212f
parent3abbc00c8f01041fc1b8971ff1ede5e0681c9ee3
Revert "[Support] Replace HashString with djbHash."

It looks like some of our tests depend on the ordering of hashed values.
I'm reverting my changes while I try to reproduce and fix this locally.

Failing builds:

  lab.llvm.org:8011/builders/lld-x86_64-darwin13/builds/18388
  lab.llvm.org:8011/builders/clang-cmake-x86_64-sde-avx512-linux/builds/6743
  lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast/builds/15607

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@326082 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringExtras.h
lib/Support/StringMap.cpp