[Mesa-dev] [PATCH] radeonsi: Fix LLVM 3.2 r600/radeonsi error message Signed-off-by: Dmitry Cherkasov <Dmitrii.Cherkasov at amd.com>
Dmitry Cherkasov
dcherkassov at gmail.com
Wed Oct 17 11:03:13 PDT 2012
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 6f851e2..2722181 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1757,7 +1757,7 @@ radeon_llvm_check() {
if test "$LLVM_VERSION_MAJOR" -ge "3" -a "x$LLVM_VERSION" != "x3.1" && $LLVM_CONFIG --targets-built | grep -qv '\<AMDGPU\>' ; then
AC_MSG_ERROR([To use the r600/radeonsi LLVM backend with LLVM 3.2 and newer, you need to fetch the LLVM source from:
git://people.freedesktop.org/~tstellar/llvm master
- and build with --enable-experimental-targets==AMDGPU])
+ and build with --enable-experimental-targets=AMDGPU])
fi
if test "x$LLVM_VERSION" = "x3.2"; then
LLVM_LIBS="$LLVM_LIBS `$LLVM_CONFIG --libs amdgpu`"
--
1.7.10.4
More information about the mesa-dev
mailing list