[PATCH] D67671: compiler-rt/lib/tsan: allow the Go runtime to return multiple stack frames for a single PC

Keith Randall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 17 12:21:20 PDT 2019


randall77 added a comment.

Yes, I tested that frames end up in the right order.
(The list returned by SymbolizeCode needs to go from deepest to shallowest.)

I will work on some tests on the Go side.


Repository:
  rCRT Compiler Runtime

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

https://reviews.llvm.org/D67671





More information about the llvm-commits mailing list