summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
diff options
context:
space:
mode:
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r--configs/linux-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 988b7057d4..4bb5ff8868 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -31,7 +31,7 @@ ifeq ($(MESA_LLVM),1)
# LLVM_CFLAGS=`llvm-config --cflags`
LLVM_CXXFLAGS=`llvm-config --cxxflags backend bitreader engine ipo interpreter instrumentation` -Wno-long-long
LLVM_LDFLAGS = $(shell llvm-config --ldflags backend bitreader engine ipo interpreter instrumentation)
- LLVM_LIBS = $(shell llvm-config --libs backend bitreader engine ipo interpreter instrumentation)
+ LLVM_LIBS = $(shell llvm-config --libs backend bitwriter bitreader engine ipo interpreter instrumentation)
MKLIB_OPTIONS=-cplusplus
else
LLVM_CFLAGS=