[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2012-03-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 Fabio Pedretti changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 Fabio Pedretti changed: What|Removed |Added Attachment #52030|0 |1 is obsolete|

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-11-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 --- Comment #6 from Fabio Pedretti 2011-11-05 07:14:35 PDT --- (In reply to comment #4) > Created attachment 52118 [details] [review] > LLVM should prefer shared libraries. > > Please try this patch on LLVM. > > It should also work if you patc

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-10-11 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 --- Comment #5 from Fabio Pedretti 2011-10-11 02:14:34 PDT --- (In reply to comment #3) > So with this patch we'll try to link with a file name libLLVM-x.y.so? I only > have static LLVM libs here and there's no libLLVM-2.9.so file. I get this

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 --- Comment #4 from Johannes Obermayr 2011-10-08 07:14:32 PDT --- Created an attachment (id=52118) View: https://bugs.freedesktop.org/attachment.cgi?id=52118 Review: https://bugs.freedesktop.org/review?bug=36792&attachment=52118 LLVM should p

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 --- Comment #3 from Brian Paul 2011-10-06 07:14:03 PDT --- So with this patch we'll try to link with a file name libLLVM-x.y.so? I only have static LLVM libs here and there's no libLLVM-2.9.so file. I get this error: /usr/bin/ld: cannot find

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-10-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 Fabio changed: What|Removed |Added Attachment #46283|0 |1 is obsolete|

[Mesa-dev] [Bug 36792] [PATCH] link to shared LLVM library

2011-05-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36792 --- Comment #1 from Alan Swanson 2011-05-05 05:27:51 PDT --- Actually it's LLVM itself that causes linking to static libraries via llvm-config even when built with enable shared due to LLVM bug 6823. http://llvm.org/bugs/show_bug.cgi?id=6823 --