Mesa (master): llvmpipe: Build lp_test_arit on MSVC too.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Sun Apr 3 10:17:31 UTC 2016


Module: Mesa
Branch: master
Commit: 522ebe701dd1f05c5058d053bd638df75a7adae0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=522ebe701dd1f05c5058d053bd638df75a7adae0

Author: Jose Fonseca <jfonseca at vmware.com>
Date:   Sun Apr  3 11:09:35 2016 +0100

llvmpipe: Build lp_test_arit on MSVC too.

It builds fine now.  Probably due to C99 support.

Trivial.

---

 src/gallium/drivers/llvmpipe/SConscript | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/gallium/drivers/llvmpipe/SConscript b/src/gallium/drivers/llvmpipe/SConscript
index 11cc3bc..8188156 100644
--- a/src/gallium/drivers/llvmpipe/SConscript
+++ b/src/gallium/drivers/llvmpipe/SConscript
@@ -25,15 +25,13 @@ if not env['embedded']:
     env.Prepend(LIBS = [llvmpipe, gallium, mesautil])
 
     tests = [
+        'arit',
         'format',
         'blend',
         'conv',
         'printf',
     ]
 
-    if not env['msvc']:
-        tests.append('arit')
-
     for test in tests:
         testname = 'lp_test_' + test
         target = env.Program(




More information about the mesa-commit mailing list