[libcxx-commits] [PATCH] D141623: [SystemZ][z/OS] Fix cityhash lit	for EBCDIC
    Eric Fiselier via Phabricator via libcxx-commits 
    libcxx-commits at lists.llvm.org
       
    Fri Jan 13 14:10:29 PST 2023
    
    
  
EricWF added inline comments.
================
Comment at: libcxx/test/libcxx/utilities/utility/__murmur2_or_cityhash.pass.cpp:23
 
+td::string CityHash[] = {
+    {/* "abcdefgh" */ "\x61\x62\x63\x64\x65\x66\x67\x68"},
----------------
Does this compile?
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D141623/new/
https://reviews.llvm.org/D141623
    
    
More information about the libcxx-commits
mailing list