From 0ad15e55bfbca3d6b829b985f9e7ea7e3e69bc61 Mon Sep 17 00:00:00 2001 From: Jose Fonseca Date: Fri, 29 May 2015 12:13:36 +0100 Subject: [PATCH] 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 e49473b0f7e..d32aa2492cc 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" -- 2.30.2