This is an archive of the discontinued LLVM Phabricator instance.

[MemorySanitizer] [MIPS] Changed memory mapping to support pie executable.
ClosedPublic

Authored by slthakur on Jul 30 2016, 4:33 AM.

Details

Summary

This is the corresponding llvm part of patch https://reviews.llvm.org/D22993

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 66224.Jul 30 2016, 4:33 AM
slthakur retitled this revision from to [MemorySanitizer] [MIPS] Changed memory mapping to support pie executable..
slthakur updated this object.
slthakur added reviewers: eugenis, kcc, samsonov.
slthakur set the repository for this revision to rL LLVM.
slthakur added a project: Restricted Project.
eugenis accepted this revision.Aug 1 2016, 11:10 AM
eugenis edited edge metadata.

lgtm

This revision is now accepted and ready to land.Aug 1 2016, 11:10 AM
slthakur updated this revision to Diff 66938.EditedAug 5 2016, 6:17 AM
slthakur edited edge metadata.

Changed mapping according to patch https://reviews.llvm.org/D22993

slthakur updated this revision to Diff 68167.Aug 16 2016, 5:54 AM

Changed mapping according to patch https://reviews.llvm.org/D22993

slthakur closed this revision.Aug 16 2016, 6:04 AM

Committed in rL278795