This is an archive of the discontinued LLVM Phabricator instance.

[ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on Windows
ClosedPublic

Authored by timurrrr on May 22 2014, 4:35 AM.

Details

Reviewers
kcc
Summary

Currently the attribute macro is empty anyways, but I do plan to use __declspec(dllexport) in one of the following patches.

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 9690.May 22 2014, 4:35 AM
timurrrr retitled this revision from to [ASan/Win] Don't use INTERCEPTOR_ATTRIBUTE for operator new/delete on Windows.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added a reviewer: kcc.
timurrrr added a subscriber: Unknown Object (MLST).
kcc accepted this revision.May 22 2014, 4:38 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 22 2014, 4:38 AM
timurrrr closed this revision.May 22 2014, 4:39 AM

Landed as r209416.