From: Michel Dänzer Date: Mon, 9 Mar 2009 16:46:49 +0000 (+0100) Subject: scons: Also link in additional LLVM components. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2b6235c9f79d3d1719601d3a92d67e20a578b626;p=mesa.git scons: Also link in additional LLVM components. They don't seem necessary here, but they shouldn't hurt either... --- diff --git a/SConstruct b/SConstruct index 7f9a2225427..7e7f51516e8 100644 --- a/SConstruct +++ b/SConstruct @@ -133,7 +133,7 @@ if dri: # LLVM if llvm: # See also http://www.scons.org/wiki/UsingPkgConfig - env.ParseConfig('llvm-config --cflags --ldflags --libs backend bitreader engine ipo') + env.ParseConfig('llvm-config --cflags --ldflags --libs backend bitreader engine instrumentation interpreter ipo') env.Append(CPPDEFINES = ['MESA_LLVM']) # Force C++ linkage env['LINK'] = env['CXX']