diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-03-09 17:46:49 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-03-09 17:46:49 +0100 |
commit | 2b6235c9f79d3d1719601d3a92d67e20a578b626 (patch) | |
tree | c25f9e3d1e1b16380d559fe3d4567cee0841dba0 /SConstruct | |
parent | 37fdfe89ddb0cf34fd2ea2ac32858c43e3b9ae16 (diff) |
scons: Also link in additional LLVM components.
They don't seem necessary here, but they shouldn't hurt either...
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct index 7f9a222542..7e7f51516e 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'] |