[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2017-01-31 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52136 Jan Vesely changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2013-11-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 Niels Ole Salscheider changed: What|Removed |Added Attachment #89316|text/plain |application/octet-stream

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2013-11-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 Niels Ole Salscheider changed: What|Removed |Added Attachment #64258|0 |1 is obsolete|

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2013-11-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #3 from Niels Ole Salscheider --- This used to work, but it seems to be broken again since ce8eadb6e8adc24f675b364e0620dbf1c9e079a8: libtool: link: x86_64-pc-linux-gnu-g++ -fPIC -DPIC -shared -nostdlib

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2013-11-13 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #2 from Tom Stellard --- Is this still an issue? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL:

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #1 from Tom Stellard 2012-07-16 13:41:13 PDT --- I've seen this before. The problem is mismatched CXXFLAGS in mesa and llvm. The typeinfo errors are caused the -fno-rtti flag (or the absence of it) and the isCurrentDebugType and

[Bug 52136] Mesa fails to link r600_dri.so with LLVM

2012-07-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=52136 --- Comment #1 from Tom Stellard tstel...@gmail.com 2012-07-16 13:41:13 PDT --- I've seen this before. The problem is mismatched CXXFLAGS in mesa and llvm. The typeinfo errors are caused the -fno-rtti flag (or the absence of it) and the