[SystemZ][z/OS] Fix cityhash lit for EBCDIC
authorZibi Sarbinowski <zibi@ca.ibm.com>
Tue, 17 Jan 2023 22:34:43 +0000 (16:34 -0600)
committerZibi Sarbinowski <zibi@ca.ibm.com>
Tue, 17 Jan 2023 22:43:48 +0000 (16:43 -0600)
commit4c3d7bc210f04788e5200830ab68f97e8e341cec
tree6a1278467af03246ffa42f1110c9578018a4590e
parent4729f6e03a12b0f3613416dc6f65407afa7e8f19
[SystemZ][z/OS] Fix cityhash lit for EBCDIC

This will fix __murmur2_or_cityhash.pass.cpp in EBCDIC mode. The reason it fails is because of string literals are being used as input to CityHash algorithm so we need to adjust the EBCDIC expected results.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D141623
libcxx/test/libcxx/utilities/utility/__murmur2_or_cityhash.pass.cpp