This is an archive of the discontinued LLVM Phabricator instance.

[Asan] Eliminate SHADOW_TO_MEM() macro
ClosedPublic

Authored by kosarev on Apr 2 2017, 10:57 PM.

Details

Summary

This patch simplifies the Asan shadow memory interface and makes it possible to lookup for stack frame accesses efficiently when we are in the (coming-soon) software memory manager mode.

Diff Detail

Repository
rL LLVM

Event Timeline

kosarev created this revision.Apr 2 2017, 10:57 PM
eugenis accepted this revision.Apr 4 2017, 5:31 PM

LGTM

This revision is now accepted and ready to land.Apr 4 2017, 5:31 PM
This revision was automatically updated to reflect the committed changes.