X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=configs%2Flinux-llvm;h=e7ecd826d5310db1a8d10c5143e5ac5e38f4e015;hb=a910c7d8202d42d2637aeeac3f3e9f2cd77ffc07;hp=a9d740574cfed12ce642e020e47e3b0385863dd3;hpb=916de35d677ca5238e9515840fa5aa9f81302c5b;p=mesa.git 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=