[PATCH] D34876: [asan] Remove check for stack size

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 30 14:34:14 PDT 2017


alekseyshl added a comment.

Well, would be nice to know the size of the stack there too. I'm curious what was the reason to check that stack size is less than 256MB. Default max_uar_stack_size_log is 20, so it's 1MB of stack size and I don't see where else stack_size is used.


https://reviews.llvm.org/D34876





More information about the llvm-commits mailing list