[PATCH] D103562: [NFC][compiler-rt][hwasan] Refactor hwasan functions

Vitaly Buka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 2 23:15:43 PDT 2021


vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.


================
Comment at: compiler-rt/lib/hwasan/hwasan.cpp:192
+
+void HandleTagMismatch(AccessInfo ai, uptr pc, uptr frame,
+                       void *uc, uptr *registers_frame) {
----------------
please clang-format the patch


================
Comment at: compiler-rt/lib/hwasan/hwasan.cpp:226
+
+  __hwasan::HandleTagMismatch(ai, (uptr)__builtin_return_address(0),
+                              (uptr)__builtin_frame_address(0), nullptr,
----------------
__hwasan:: redundant


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103562



More information about the cfe-commits mailing list