[PATCH] D34789: Copy arguments passed by value into explicit allocas for ASan
Evgenii Stepanov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 6 14:07:39 PDT 2017
eugenis added a comment.
In https://reviews.llvm.org/D34789#800988, @morehouse wrote:
> @eugenis You mentioned the test case should also check alignment in the alloca, but it looks like the alignment there is specified by the default "-asan-realign-stack" option independent of the argument alignment.
Right, but what if the byval argument is aligned higher than ClRealignStack.
https://reviews.llvm.org/D34789
More information about the llvm-commits
mailing list