This reverts commit 5e691a1c9b0ad22689d4a434ddf4fed940e58dec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This breaks the test when running on x86_64. I suspect the test is depending on the size classes in some way.
Comment Actions
qq, is this the same failure that we see on Android? Can't find the block aligned at page boundary?
Comment Actions
It appears to be the same one, but on x86. As I mentioned, my guess is this depends on the sizeclasses.
One idea I had was to try the 8 size, then the 16 size. But I want to understand this in more detail so that it still tests what it was meant to test.