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)
commit918f60056a57aa2aa1322ff3a6207b79e40a56e3
treeef57d31a780ec1d5ce69ab81a234cb48e7a780f1
parent7beea3ab73b35e9dd3bd2fc2f4232cf41e41adc4
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.

llvm-svn: 325115
llvm/include/llvm/Support/DJB.h
llvm/include/llvm/Support/Unicode.h
llvm/lib/Support/CMakeLists.txt
llvm/lib/Support/DJB.cpp
llvm/lib/Support/UnicodeCaseFold.cpp [deleted file]
llvm/unittests/Support/CMakeLists.txt
llvm/unittests/Support/DJBTest.cpp [deleted file]
llvm/utils/unicode-case-fold.py [deleted file]