[PATCH] D128387: [hwasan] Add __hwasan_add_frame_record to the hwasan interface

Leonard Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 16:43:37 PDT 2022


leonardchan updated this revision to Diff 442719.
leonardchan marked 5 inline comments as done.
leonardchan retitled this revision from "[hwasan] Add __hwasan_record_frame_record to the hwasan interface" to "[hwasan] Add __hwasan_add_frame_record to the hwasan interface".

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D128387/new/

https://reviews.llvm.org/D128387

Files:
  compiler-rt/lib/hwasan/hwasan.cpp
  compiler-rt/lib/hwasan/hwasan_interface_internal.h
  compiler-rt/test/hwasan/TestCases/deep-recursion.c
  compiler-rt/test/hwasan/TestCases/stack-history-length.c
  compiler-rt/test/hwasan/TestCases/stack-uar.c
  compiler-rt/test/hwasan/TestCases/stack-uas.c
  llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
  llvm/test/Instrumentation/HWAddressSanitizer/prologue.ll
  llvm/test/Instrumentation/HWAddressSanitizer/use-after-scope.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128387.442719.patch
Type: text/x-patch
Size: 35754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220706/39896acb/attachment.bin>


More information about the llvm-commits mailing list