[PATCH] D27399: [tsan] Unify the stack trace render format between TSan and ASan

Dmitry Vyukov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 5 04:03:59 PST 2016


dvyukov added a comment.

%M gives you exact location. Raw PC value is frequently not useful due to ASLR and modules.
I afraid this can break things.


Repository:
  rL LLVM

https://reviews.llvm.org/D27399





More information about the llvm-commits mailing list