This is an archive of the discontinued LLVM Phabricator instance.

Compiler-rt changes for dynamic-alloca-for-stack-variables change.
ClosedPublic

Authored by samsonov on Dec 4 2014, 6:12 PM.

Details

Reviewers
kcc
samsonov
Summary

See http://reviews.llvm.org/D6465 for details / discussion.

Diff Detail

Event Timeline

samsonov updated this revision to Diff 16975.Dec 4 2014, 6:12 PM
samsonov retitled this revision from to Compiler-rt changes for dynamic-alloca-for-stack-variables change..
samsonov updated this object.
samsonov edited the test plan for this revision. (Show Details)
samsonov added a reviewer: kcc.
samsonov added subscribers: kubamracek, zaks.anna, Unknown Object (MLST).
kcc edited edge metadata.Dec 5 2014, 4:41 PM

Code LGTM, but let me see the LLVM part in more detail...

lib/asan/asan_fake_stack.cc
201

Update comment?

samsonov updated this revision to Diff 17015.Dec 5 2014, 6:01 PM
samsonov edited edge metadata.
  • Remove the extra argument of __asan_stack_malloc function: instead, calculate SP inside ASan runtime.
lib/asan/asan_fake_stack.cc
201

Done

samsonov accepted this revision.Dec 11 2014, 2:00 PM
samsonov added a reviewer: samsonov.

r224063

This revision is now accepted and ready to land.Dec 11 2014, 2:00 PM
samsonov closed this revision.Dec 11 2014, 2:00 PM