[PATCH] D12883: [llvm-symbolizer] Make --relative-address work with DWARF contexts

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 11:19:55 PDT 2015


rnk added a comment.

I want to go the other direction now. Producing absolute virtual addresses from a stack dumper is tricky, but it is very easy to produce object offsets. See the code in compiler-rt / sanitizer_common that takes a runtime virtual address and turns it into an "virtual" address. I didn't want to have to rewrite this code in LLVM's stack dumper.


http://reviews.llvm.org/D12883





More information about the llvm-commits mailing list