From 795eb3d64a001a65d677e3168bdd056cc5385b7e Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Thu, 16 Sep 2010 11:44:01 +0100 Subject: gallivm: Start collecting bitwise arithmetic helpers in a new module. --- src/gallium/auxiliary/SConscript | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/auxiliary/SConscript') diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript index cea2d7db58..294df30094 100644 --- a/src/gallium/auxiliary/SConscript +++ b/src/gallium/auxiliary/SConscript @@ -203,6 +203,7 @@ if env['llvm']: source += [ 'gallivm/lp_bld_arit.c', 'gallivm/lp_bld_assert.c', + 'gallivm/lp_bld_bitarit.c', 'gallivm/lp_bld_const.c', 'gallivm/lp_bld_conv.c', 'gallivm/lp_bld_debug.c', -- cgit v1.2.3