mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
configure.ac: Fix LLVM 3.2 r600/radeonsi error message
Reviewed-by: Tom Stellard <thomas.stellard@amd.com> Signed-off-by: Dmitry Cherkasov <Dmitrii.Cherkasov@amd.com>
This commit is contained in:
parent
0d1ee26489
commit
b21455f27d
1 changed files with 1 additions and 1 deletions
|
|
@ -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`"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue