See http://reviews.llvm.org/D6465 for details / discussion.
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Code LGTM, but let me see the LLVM part in more detail...
lib/asan/asan_fake_stack.cc | ||
---|---|---|
201 | Update comment? |
Comment Actions
- Remove the extra argument of __asan_stack_malloc function: instead, calculate SP inside ASan runtime.
lib/asan/asan_fake_stack.cc | ||
---|---|---|
201 | Done |
Update comment?