[PATCH] Standalone LSan initialization. Also includes GET_STACK_TRACE which doesn't belong anywhere else.

Kostya Serebryany kcc at google.com
Wed May 8 03:28:36 PDT 2013



================
Comment at: lib/lsan/lsan.cc:25
@@ +24,3 @@
+
+void GetStackTrace(StackTrace *stack, uptr max_s, uptr pc, uptr bp, bool fast) {
+  if (!fast)
----------------
Please move this and GET_STACK_TRACE into sanitizer_common


http://llvm-reviews.chandlerc.com/D762



More information about the llvm-commits mailing list