[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #1 from Michel Dänzer mic...@daenzer.net --- Is that with or without --with-llvm-shared-libs for the Mesa build? -- You are receiving this mail because: You are the assignee for the bug.

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #2 from Alex Deucher ag...@yahoo.com --- without. Is that required now? My configure options are: ./autogen.sh --prefix=/usr --libdir=/usr/lib64 --with-dri-drivers=radeon,r200 --with-gallium-drivers=r300,r600,radeonsi,swrast

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #3 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #2) without. Is that required now? No, but I do wonder if we shouldn't drop support for linking LLVM statically. -- You are receiving this mail because: You are

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #4 from Tom Stellard tstel...@gmail.com --- The problem is that llvm_wrapper.cpp is being built without --enable-opencl or --enable-r600-llvm-compiler, so the necessary libraries haven't been added to LLVM_LIBS. The fix is to disable

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 Johannes Obermayr johannesoberm...@gmx.de changed: What|Removed |Added Assignee|mesa-dev@lists.freedesktop.

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #6 from Tom Stellard tstel...@gmail.com --- This should be fixed by this patch: http://lists.freedesktop.org/archives/mesa-dev/2013-January/033482.html -- You are receiving this mail because: You are the QA Contact for the bug.

[Mesa-dev] [Bug 59831] undefined symbol _ZN4llvm19createGlobalDCEPassEv in r600g

2013-01-25 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59831 --- Comment #7 from Tom Stellard tstel...@gmail.com --- (In reply to comment #5) It was false to remove libr600_la_LDFLAGS in this patch: http://cgit.freedesktop.org/mesa/mesa/commit/ ?id=69d639ba8b3cfd95cfbb12b861dbe2eda53f2e25 And please