Mesa (master): configure.ac: print LLVM flags

Marek Olšák mareko at kemper.freedesktop.org
Wed Nov 28 23:08:29 UTC 2012


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

Author: Marek Olšák <maraeo at gmail.com>
Date:   Tue Nov 27 22:32:50 2012 +0100

configure.ac: print LLVM flags

to see what we're mixing with ours

Reviewed-by: Tom Stellard <thomas.stellard at amd.com>

---

 configure.ac |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index 006f4fa..6b0d703 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2134,6 +2134,12 @@ echo "        CFLAGS:          $cflags"
 echo "        CXXFLAGS:        $cxxflags"
 echo "        Macros:          $defines"
 echo ""
+if test "x$MESA_LLVM" = x1; then
+    echo "        LLVM_CFLAGS:     $LLVM_CFLAGS"
+    echo "        LLVM_CXXFLAGS:   $LLVM_CXXFLAGS"
+    echo "        LLVM_CPPFLAGS:   $LLVM_CPPFLAGS"
+    echo ""
+fi
 echo "        PYTHON2:         $PYTHON2"
 
 echo ""




More information about the mesa-commit mailing list