[libcxx-commits] [PATCH] D128998: [libunwind] Handle G in personality string

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Sep 20 14:46:43 PDT 2022


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


================
Comment at: libunwind/src/libunwind.cpp:185
+/// Move cursor to next frame and for stage2 of unwinding.
+// This resets MTE tags of tagged frames to zero.
+extern "C" _LIBUNWIND_HIDDEN int __unw_step_stage2(unw_cursor_t *cursor) {
----------------
Mixed comment markers. 

Using `//` for everything should be fine.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D128998



More information about the libcxx-commits mailing list