On 19.05.2014 15:03, Mathias Fröhlich wrote:
> 
> I tried to get my local llvm install again to a point where I can see
> backtrace information, but still failed to get valgrind/massif to print
> these nice backtraces. All of the llvm addresses are not resolved so far.

You may want to try some or all of these parameters for LLVM's configure:

'--enable-optimized' '--with-optimize-option=-fno-omit-frame-pointer -O2
[...]' '--enable-assertions' '--enable-debug-runtime'
'--enable-debug-symbols' 'CC=gcc' 'CXX=g++'


-- 
Earthling Michel Dänzer            |                  http://www.amd.com
Libre software enthusiast          |                Mesa and X developer
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to