OSDN Git Service

Revert r325107 (case folding DJB hash) and subsequent build fix
authorPavel Labath <labath@google.com>
Wed, 14 Feb 2018 11:06:39 +0000 (11:06 +0000)
committerPavel Labath <labath@google.com>
Wed, 14 Feb 2018 11:06:39 +0000 (11:06 +0000)
commitef56f2df64764a13df92a9130d6a088061a597b3
treef5a14752bac51e40f97828f3c275487919b92c02
parentc8650a44884edb560630a342e7b99b3348712ffc
Revert r325107 (case folding DJB hash) and subsequent build fix

The "knownValuesUnicode" test in the patch fails on ppc64 and arm64
bots. Reverting while I investigate.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@325115 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/DJB.h
include/llvm/Support/Unicode.h
lib/Support/CMakeLists.txt
lib/Support/DJB.cpp
lib/Support/UnicodeCaseFold.cpp [deleted file]
unittests/Support/CMakeLists.txt
unittests/Support/DJBTest.cpp [deleted file]
utils/unicode-case-fold.py [deleted file]