Closed
Description
it seems that bolt tries to match block counts based on hashes generated from std::hash when the data is yaml format. However, std::hash does not guarantee the result will be the same from different setups.
I recently used a llvm-bolt linked against libc++, and it failed on test case X86/reader-stale-yaml.test, since the std::hash results are different from these two libraries...
