folly
folly copied to clipboard
ppc64le: F14MapTest.cpp: multiple errors: class foo has no member named 'prehash' and so on
On ppc64le, Fedora 38, with gcc-12.1.1-4.fc38, 2022.08.15 folly/container/test/F14MapTest.cpp does not compile:
error log is large, so attaching.
PPC64le isn't currently supported by F14, so prehashing isn't available in the fallback implementation. It looks like the tests for it need to be also be disabled in that mode.