[Mesa-dev] [Bug 44564] New: Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sat Jan 7 13:09:53 PST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=44564
Bug #: 44564
Summary: Fix build with LLVM -DLLVM_TARGETS_TO_BUILD=`native`
Classification: Unclassified
Product: Mesa
Version: git
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Mesa core
AssignedTo: mesa-dev at lists.freedesktop.org
ReportedBy: ojab at ojab.ru
Created attachment 55273
--> https://bugs.freedesktop.org/attachment.cgi?id=55273
Use LLVM_LIBS="`$LLVM_CONFIG --libs engine`"
As llvm-config says:
Typical components:
all All LLVM libraries (default).
engine Either a native JIT or a bitcode interpreter.
`all` contains MIPS/ARM/etc libs, which [AFAIU] is not actually used and is not
necessary installed, which leads to build/linking error due to missing
libraries.
--
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