[llvm-commits] [PATCH] [asan] Always use file+offset in symbolizer
Kostya Serebryany
kcc at google.com
Thu Oct 18 00:26:31 PDT 2012
unfortunately, this is not as simple as this.
We have Darwin and Android, and we also have the llvm-based symbolizer
(which will eventually replace asan_symbolize.py).
Besides, I still want the offsets to be meaningful for addr2line/atos.
Hopefully, you can resolve this with Alexey.
We may of course put the sanitizer_procmaps.h change under a flag, if the
fix takes too long.
--kcc
http://llvm-reviews.chandlerc.com/D66
More information about the llvm-commits
mailing list