strlen_of_shadow hardcodes the mem-to-shadow
constant. That constant was changed in D137666;
this CL updates the test accordingly.
(Other tests will be updated separately.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
@vitalybuka I pushed this simple change without review, to (hopefully) fix the build. Please provide post-commit review.
Comment Actions
I don't think we got around to reporting it, but anyway, this fixed our AArch64 SVE bot - https://lab.llvm.org/buildbot/#/builders/197/builds/3475. Thanks!