This is an archive of the discontinued LLVM Phabricator instance.

[asan] Refactor shadow memory initialization out of AsanInitInternal [NFC]
ClosedPublic

Authored by kubamracek on Nov 25 2016, 12:30 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

kubamracek retitled this revision from to [asan] Refactor shadow memory initialization out of AsanInitInternal [NFC].
kubamracek updated this object.
kubamracek added reviewers: dvyukov, eugenis, kcc.
kubamracek set the repository for this revision to rL LLVM.
kubamracek added a project: Restricted Project.
kubamracek added subscribers: llvm-commits, zaks.anna.
eugenis accepted this revision.Nov 28 2016, 1:26 PM
eugenis edited edge metadata.

LGTM

lib/asan/asan_rtl.cc
466 ↗(On Diff #79317)

maybe move this call out of InitializeShadowMemory

This revision is now accepted and ready to land.Nov 28 2016, 1:26 PM
kubamracek added inline comments.Nov 28 2016, 1:41 PM
lib/asan/asan_rtl.cc
466 ↗(On Diff #79317)

ok, will do.

This revision was automatically updated to reflect the committed changes.