https://bugs.freedesktop.org/show_bug.cgi?id=44564
ojab <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|NOTOURBUG | AssignedTo|[email protected]. |[email protected] |org | Attachment #55273|0 |1 is obsolete| | --- Comment #4 from ojab <[email protected]> 2012-01-30 00:43:28 PST --- Created attachment 56313 --> https://bugs.freedesktop.org/attachment.cgi?id=56313 Use LLVM_LIBS="`$LLVM_CONFIG --libs engine bitwriter`" Filled bug against LLVM http://llvm.org/bugs/show_bug.cgi?id=11886 Looks like LLVM guys recommend to use more fine-grained llvm-config options with specific LLVM_LINK_COMPONENTS, so Mesa should also use it, if possible (not sure though, waiting for the answer in LLVM bugzilla). llvmpipe also uses bitwriter functions, so use LLVM_LIBS="`$LLVM_CONFIG --libs engine bitwriter`" (now also with scons changes. Can't check scons build, because it's broken for me due to unrelated reasons). -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
