This is an archive of the discontinued LLVM Phabricator instance.

[asan] Cleanup instrumentation of dynamic allocas
ClosedPublic

Authored by vitalybuka on Aug 19 2016, 12:08 AM.

Details

Summary

Extract instrumenting dynamic allocas into separate method.
Rename asan-instrument-allocas -> asan-instrument-dynamic-allocas

Diff Detail

Repository
rL LLVM

Event Timeline

vitalybuka retitled this revision from to [asan] Cleanup instrumentation of dynamic allocas.
vitalybuka updated this object.
vitalybuka added a subscriber: llvm-commits.
eugenis accepted this revision.Aug 19 2016, 12:26 PM
eugenis edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 19 2016, 12:26 PM
vitalybuka edited edge metadata.

rebase

This revision was automatically updated to reflect the committed changes.