Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Differential
D8778
ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
Closed
Public
Actions
Authored by
ismailp
on Apr 1 2015, 9:48 AM.
Edit Revision
Update Diff
Download Raw Diff
Edit Related Revisions...
Edit Parent Revisions
Edit Child Revisions
Edit Related Objects...
Edit Commits
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
llvm-commits
Details
Reviewers
kcc
samsonov
Commits
rG09c3709e7565: ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
rL236777: ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
Diff Detail
Repository
rL LLVM
Event Timeline
ismailp
updated this revision to
Diff 23070
.
Apr 1 2015, 9:48 AM
ismailp
retitled this revision from
to
ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
.
ismailp
updated this object.
ismailp
edited the test plan for this revision.
(Show Details)
ismailp
added reviewers:
kcc
,
samsonov
.
ismailp
added a subscriber:
Unknown Object (MLST)
.
ismailp
added a parent revision:
D8777: Implement `createSanitizerCtor`, common helper function for all sanitizers
.
Apr 1 2015, 9:49 AM
ismailp
updated this revision to
Diff 25094
.
May 6 2015, 3:11 PM
Comment Actions
Updated after changes in
D8777
;
createSanitizerCtor
renamed to
createSanitizerCtorAndInitFunctions
to match with changes in
D8777
Added simple check to ensure ASan's ctor is added to module ctors, and
__asan_init_v5
is called from ctor
samsonov
accepted this revision.
May 6 2015, 4:21 PM
samsonov
edited edge metadata.
Comment Actions
LGTM
This revision is now accepted and ready to land.
May 6 2015, 4:21 PM
Closed by commit
rL236777: ASan: Use `createSanitizerCtor` to create ctor, and call `__asan_init`
(authored by
ismailp
).
·
Explain Why
May 7 2015, 2:44 PM
This revision was automatically updated to reflect the committed changes.