Mesa (master): configure: add support for LLVM 4.0.0svn static libs

Michel Dänzer daenzer at kemper.freedesktop.org
Fri Jul 29 07:27:19 UTC 2016


Module: Mesa
Branch: master
Commit: b107169eef92e740180df468d1eae4cc61a52757
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=b107169eef92e740180df468d1eae4cc61a52757

Author: Jan Ziak <0xe2.0x9a.0x9b at gmail.com>
Date:   Wed Jul 27 13:36:16 2016 +0200

configure: add support for LLVM 4.0.0svn static libs

Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0x9b at gmail.com>
Reviewed-by: Eric Engestrom <eric.engestrom at imgtec.com>
Reviewed-and-Tested-by: Michel Dänzer <michel.daenzer at amd.com>

---

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f6b27ae..7d1a9bb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2535,7 +2535,7 @@ if test "x$MESA_LLVM" != x0; then
         AC_MSG_WARN([Building mesa with statically linked LLVM may cause compilation issues])
         dnl We need to link to llvm system libs when using static libs
         dnl However, only llvm 3.5+ provides --system-libs
-        if test $LLVM_VERSION_MAJOR -eq 3 -a $LLVM_VERSION_MINOR -ge 5; then
+        if test $LLVM_VERSION_MAJOR -ge 4 -o $LLVM_VERSION_MAJOR -eq 3 -a $LLVM_VERSION_MINOR -ge 5; then
             LLVM_LIBS="$LLVM_LIBS `$LLVM_CONFIG --system-libs`"
         fi
     fi




More information about the mesa-commit mailing list