[libcxx-commits] [PATCH] D143688: [libc++] Guard the fix to CityHash behind ABI v2
Mark de Wever via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Feb 15 09:29:54 PST 2023
Mordante added inline comments.
================
Comment at: libcxx/test/libcxx/utilities/utility/__murmur2_or_cityhash.pass.cpp:15
+// be an ABI break.
+// REQUIRES: libcpp-abi-version=2
+
----------------
ldionne wrote:
> Mordante wrote:
> > Is there also a test that ABI=V1 keeps returning the same "wrong" value?
> Good point, see D144107.
Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D143688/new/
https://reviews.llvm.org/D143688
More information about the libcxx-commits
mailing list