[PATCH] D34789: Copy arguments passed by value into explicit allocas for ASan

Matt Morehouse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 6 15:06:22 PDT 2017


morehouse updated this revision to Diff 105547.
morehouse added a comment.

Replace StringRef usage with std::string.  Add target datalayout and target triple lines to test.  Add alignment check in alloca.


https://reviews.llvm.org/D34789

Files:
  llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
  llvm/test/Instrumentation/AddressSanitizer/stack-poisoning-byval-args.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34789.105547.patch
Type: text/x-patch
Size: 5717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170706/24625d3e/attachment-0001.bin>


More information about the llvm-commits mailing list