This is an archive of the discontinued LLVM Phabricator instance.

[ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk
ClosedPublic

Authored by timurrrr on Jul 10 2014, 3:32 AM.

Details

Reviewers
kcc
Summary

Instead, include ASan headers in asan_dll_thunk.cc and make
use of __asan_init macro expansion.

This patch substitutes D4411

Diff Detail

Event Timeline

timurrrr updated this revision to Diff 11258.Jul 10 2014, 3:32 AM
timurrrr retitled this revision from to [ASan/Win] Don't hardcode ASan runtime version in ASan dll thunk.
timurrrr updated this object.
timurrrr edited the test plan for this revision. (Show Details)
timurrrr added a reviewer: kcc.
timurrrr added subscribers: samsonov, Unknown Object (MLST).
kcc accepted this revision.Jul 10 2014, 3:34 AM
kcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Jul 10 2014, 3:34 AM
timurrrr closed this revision.Jul 10 2014, 3:43 AM

r212699.