Module: Mesa
Branch: master
Commit: 0ad15e55bfbca3d6b829b985f9e7ea7e3e69bc61
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=0ad15e55bfbca3d6b829b985f9e7ea7e3e69bc61

Author: Jose Fonseca <[email protected]>
Date:   Fri May 29 12:13:36 2015 +0100

configure.ac: Link mcdisassembler component.

gallivm now depends on it. And depending on particular LLVM version /
configure options, the build can fail without this change due to
undefined reference to `LLVM*Disasm*' symbols.

Trivial.

---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index e49473b..d32aa24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1921,7 +1921,7 @@ if test "x$enable_gallium_llvm" = xyes; then
             AC_MSG_ERROR([LLVM 
$LLVM_REQUIRED_VERSION_MAJOR.$LLVM_REQUIRED_VERSION_MINOR or newer is required])
         fi
 
-        LLVM_COMPONENTS="engine bitwriter mcjit"
+        LLVM_COMPONENTS="engine bitwriter mcjit mcdisassembler"
 
         if test "x$enable_opencl" = xyes; then
             llvm_check_version_for "3" "5" "0" "opencl"

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to