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.
This commit is contained in:
@@ -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])
|
AC_MSG_ERROR([LLVM $LLVM_REQUIRED_VERSION_MAJOR.$LLVM_REQUIRED_VERSION_MINOR or newer is required])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LLVM_COMPONENTS="engine bitwriter mcjit"
|
LLVM_COMPONENTS="engine bitwriter mcjit mcdisassembler"
|
||||||
|
|
||||||
if test "x$enable_opencl" = xyes; then
|
if test "x$enable_opencl" = xyes; then
|
||||||
llvm_check_version_for "3" "5" "0" "opencl"
|
llvm_check_version_for "3" "5" "0" "opencl"
|
||||||
|
Reference in New Issue
Block a user