[PATCH] D118947: [nfc] [hwasan] factor out logic to collect info about stack

Florian Mayer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 3 14:32:28 PST 2022


fmayer created this revision.
Herald added a subscriber: hiraditya.
fmayer published this revision for review.
fmayer added a reviewer: eugenis.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

this is the first step in unifying some of the logic between hwasan and
mte stack tagging. this only moves around code, changes to converge
different implementations of the same logic follow later.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D118947

Files:
  llvm/include/llvm/Transforms/Utils/MemoryTaggingSupport.h
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/lib/Transforms/Utils/MemoryTaggingSupport.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118947.405792.patch
Type: text/x-patch
Size: 12395 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220203/aecec15a/attachment.bin>


More information about the llvm-commits mailing list