Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
Maybe add a few compile-time checks that mem->shadow->mem returns the original value? At least the sparc equations are complicated enough.
Comment Actions
Well compile-time may be hard. Hwasan does some runtime checks in InitShadow, that's ok too
Comment Actions
Done. Cross-compiled compiler-rt for SPARC64 to verify the assertion doesn't fail (it fails at the link step, but compilation works fine).