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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to