================
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