This is an archive of the discontinued LLVM Phabricator instance.

[asan] Fix instruction emission ordering with dynamic shadow.
ClosedPublic

Authored by morehouse on Aug 9 2017, 10:22 AM.

Details

Summary

Instrumentation to copy byval arguments is now correctly inserted
after the dynamic shadow base is loaded.

Diff Detail

Repository
rL LLVM

Event Timeline

morehouse created this revision.Aug 9 2017, 10:22 AM
vitalybuka accepted this revision.Aug 9 2017, 10:40 AM
This revision is now accepted and ready to land.Aug 9 2017, 10:40 AM
This revision was automatically updated to reflect the committed changes.