Besides all changes to .cc/.h files in libsanitizer should go thorough the upstream repo first and I generally dislike the change in libsanitizer/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cc, we'll need to find another solution (using libbacktrace could be one; I am not so enthusiastic about it being easy, but will be glad to be wrong).
--kcc On Sun, Nov 24, 2013 at 10:42 PM, Jakub Jelinek <ja...@redhat.com> wrote: > On Sun, Nov 24, 2013 at 10:20:18AM -0800, H.J. Lu wrote: >> Hi, >> >> This patch adds --enable-llvm-symbolizer and disables llvm-symbolizer by >> default. Without it, GCC sanitizer is unusable on systems with >> unsupported /bin/llvm-symbolizer. OK to install? > > See http://gcc.gnu.org/ml/gcc-patches/2013-11/msg02055.html > and following thread, I hope in a week or so we will just use libbacktrace > in GCC for symbolization. > > Jakub