Mesa (master): linux-llvm config: Linking with required llvm libs

Michel Dänzer daenzer at kemper.freedesktop.org
Mon Mar 9 16:47:44 UTC 2009


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

Author: Kamalneet Singh <kamalneet.s at samsung.com>
Date:   Mon Mar  9 16:23:44 2009 +0530

linux-llvm config: Linking with required llvm libs

---

 configs/linux-llvm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/configs/linux-llvm b/configs/linux-llvm
index a9d7405..e7ecd82 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -22,9 +22,9 @@ endif
 
 ifeq ($(MESA_LLVM),1)
 #  LLVM_CFLAGS=`llvm-config --cflags`
-  LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo` -Wno-long-long
-  LLVM_LDFLAGS=`llvm-config --ldflags backend bitreader engine ipo`
-  LLVM_LIBS=`llvm-config --libs backend bitreader engine ipo`
+  LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo interpreter instrumentation` -Wno-long-long
+  LLVM_LDFLAGS=`llvm-config --ldflags backend bitreader engine ipo interpreter instrumentation`
+  LLVM_LIBS=`llvm-config --libs backend bitreader engine ipo interpreter instrumentation`
   MKLIB_OPTIONS=-cplusplus
 else
   LLVM_CFLAGS=




More information about the mesa-commit mailing list