[all-commits] [llvm/llvm-project] 4c3d7b: [SystemZ][z/OS] Fix cityhash lit for EBCDIC
zibi2 via All-commits
all-commits at lists.llvm.org
Tue Jan 17 14:44:01 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c3d7bc210f04788e5200830ab68f97e8e341cec
https://github.com/llvm/llvm-project/commit/4c3d7bc210f04788e5200830ab68f97e8e341cec
Author: Zibi Sarbinowski <zibi at ca.ibm.com>
Date: 2023-01-17 (Tue, 17 Jan 2023)
Changed paths:
M libcxx/test/libcxx/utilities/utility/__murmur2_or_cityhash.pass.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list