[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 Jun 29 12:29:45 PDT 2017
eugenis added a comment.
Right, but then why don't we add 5 new allocas in each function, poison them and never use them. Access to those would also be a bug.
https://reviews.llvm.org/D34789
More information about the llvm-commits
mailing list