This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Add more assembly patterns for interception
ClosedPublic

Authored by etienneb on Jul 14 2016, 12:11 AM.

Details

Summary

These patterns are encounter when using instrumented DLL.

Without this patch, asan lit test are crashing when trying to hook
on RaiseException function.

Diff Detail

Event Timeline

etienneb updated this revision to Diff 63926.Jul 14 2016, 12:11 AM
etienneb retitled this revision from to [compiler-rt] Add more assembly patterns for interception.
etienneb updated this object.
etienneb added a reviewer: rnk.
rnk accepted this revision.Jul 14 2016, 8:36 AM
rnk edited edge metadata.

lgtm

This revision is now accepted and ready to land.Jul 14 2016, 8:36 AM
etienneb closed this revision.Jul 14 2016, 3:21 PM