[PATCH] D58536: [Sanitizer] Rework BufferedStackTrace::Unwind (part 1)

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 10:59:15 PST 2019


vitalybuka added inline comments.


================
Comment at: compiler-rt/lib/sanitizer_common/sanitizer_stacktrace.h:61
+                  "Neither fast nor slow unwinder is supported");
     if (!SANITIZER_CAN_FAST_UNWIND)
       return false;
----------------
Another patch is here...
Please extract tiny patches for whatever the rest of the patch irrelevant.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D58536





More information about the llvm-commits mailing list