mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 16:00:08 +01:00
configure.ac: Print some llvm info
This commit is contained in:
parent
1fa7789e82
commit
fe0fe67aaf
1 changed files with 9 additions and 0 deletions
|
|
@ -1499,6 +1499,15 @@ fi
|
|||
fi
|
||||
echo " Use XCB: $enable_xcb"
|
||||
|
||||
echo ""
|
||||
if test "x$MESA_LLVM" == x1; then
|
||||
echo " llvm: yes"
|
||||
echo " llvm-config: $LLVM_CONFIG"
|
||||
echo " llvm-version: $LLVM_VERSION"
|
||||
else
|
||||
echo " llvm: no"
|
||||
fi
|
||||
|
||||
echo ""
|
||||
if echo "$SRC_DIRS" | grep 'gallium' >/dev/null 2>&1; then
|
||||
echo " Gallium: yes"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue