[PATCH] D104085: [compiler-rt][hwasan] Setup hwasan thread handling on Fuchsia

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 23 16:04:15 PDT 2021


leonardchan updated this revision to Diff 354098.
leonardchan marked 7 inline comments as done.
leonardchan edited the summary of this revision.
leonardchan added a comment.

Rebased against recent refactoring commits and addressed some comments.

I think I can omit some functions like `GetCurrentThread` or `GetRingBufferSize` which are small enough to merit their own changes .


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104085

Files:
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/hwasan/hwasan_fuchsia.cpp
  compiler-rt/lib/hwasan/hwasan_thread.cpp
  compiler-rt/lib/hwasan/hwasan_thread_list.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104085.354098.patch
Type: text/x-patch
Size: 8283 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210623/bed0665d/attachment-0001.bin>


More information about the cfe-commits mailing list