mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2025-02-18 00:50:13 +00:00
configure.ac: Add libLLVMMCJIT to the LLVM_LDFLAGS
This is neccessary for linking the llvmpipe tests. It appears this dependency was introduced by the "wider native register" changes. Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
parent
fadc9eaf97
commit
ed41a559dc
@ -1849,7 +1849,7 @@ if test "x$enable_gallium_llvm" = xyes; then
|
||||
else
|
||||
LLVM_LIBS="`$LLVM_CONFIG --libs engine bitwriter`"
|
||||
if test "x$enable_opencl" = xyes; then
|
||||
LLVM_LIBS="${LLVM_LIBS} `llvm-config --libs ipo linker instrumentation`"
|
||||
LLVM_LIBS="${LLVM_LIBS} `llvm-config --libs ipo linker instrumentation mcjit`"
|
||||
fi
|
||||
fi
|
||||
LLVM_LDFLAGS=`$LLVM_CONFIG --ldflags`
|
||||
|
Loading…
x
Reference in New Issue
Block a user