scons: Also link in additional LLVM components.

They don't seem necessary here, but they shouldn't hurt either...
This commit is contained in:
Michel Dänzer 2009-03-09 17:46:49 +01:00
parent 37fdfe89dd
commit 2b6235c9f7

View file

@ -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']