summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
diff options
context:
space:
mode:
authorKamalneet Singh <kamalneet.s@samsung.com>2009-03-09 16:05:44 +0530
committerMichel Dänzer <daenzer@vmware.com>2009-03-09 17:42:59 +0100
commit37fdfe89ddb0cf34fd2ea2ac32858c43e3b9ae16 (patch)
treee15db95c31237048cff3ae9dd1606ef0f3496ae6 /configs/linux-llvm
parenta6f768f029f9bc18a8dd34cf13a8a3d764773703 (diff)
linux-llvm config: Linking with required llvm libs
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r--configs/linux-llvm6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index a9d740574cf..e7ecd826d53 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=