[Mesa-dev] [Bug 44564] Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 30 00:43:28 PST 2012


https://bugs.freedesktop.org/show_bug.cgi?id=44564

ojab <ojab at ojab.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|NOTOURBUG                   |
         AssignedTo|mesa-dev at lists.freedesktop. |ojab at ojab.ru
                   |org                         |
  Attachment #55273|0                           |1
        is obsolete|                            |

--- Comment #4 from ojab <ojab at ojab.ru> 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.


More information about the mesa-dev mailing list