This is an archive of the discontinued LLVM Phabricator instance.

[asan] [mips] [llvm] changed ShadowOffset32 for systems having 16kb PageSize
ClosedPublic

Authored by sdkie on Nov 3 2014, 3:28 AM.

Details

Reviewers
kcc
petarj
Summary

Earlier ShadowOffset32 address was not aligned to 16kb PageSize
This patch is for LLVM Instrumentation part.
Link for compile-rt patch: http://reviews.llvm.org/D6025

Diff Detail

Event Timeline

sdkie updated this revision to Diff 15686.Nov 3 2014, 3:28 AM
sdkie retitled this revision from to [asan] [mips] [llvm] changed ShadowOffset32 for systems having 16kb PageSize.
sdkie updated this object.
sdkie edited the test plan for this revision. (Show Details)
sdkie added reviewers: kcc, petarj.
sdkie set the repository for this revision to rL LLVM.
sdkie added subscribers: dsanders, mohit.bhakkad, slthakur, Unknown Object (MLST).
kcc accepted this revision.Nov 3 2014, 10:45 AM
kcc edited edge metadata.

LGTM
I will commit this and D6025 shortly.

This revision is now accepted and ready to land.Nov 3 2014, 10:45 AM
kcc closed this revision.Nov 4 2014, 11:57 AM

r221288.