[PATCH] D103564: [NFC][compiler-rt][hwasan] Move allocation functions into their own file

Leonard Chan via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 7 15:34:10 PDT 2021


leonardchan updated this revision to Diff 350437.
leonardchan retitled this revision from "[NFC][compiler-rt][hwasan] Wrap fork interceptor with HWASAN_WITH_INTERCEPTORS" to "[NFC][compiler-rt][hwasan] Move allocation functions into their own file".
leonardchan edited the summary of this revision.
leonardchan added a comment.
Herald added subscribers: jfb, krytarowski, mgorny.

Followed up with Roland's suggestion and moved everything relating to the allocation functions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103564

Files:
  compiler-rt/lib/hwasan/CMakeLists.txt
  compiler-rt/lib/hwasan/hwasan.h
  compiler-rt/lib/hwasan/hwasan_allocation_functions.cpp
  compiler-rt/lib/hwasan/hwasan_interceptors.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103564.350437.patch
Type: text/x-patch
Size: 14022 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210607/9ce4b50a/attachment-0001.bin>


More information about the cfe-commits mailing list