Skip to content

Instantly share code, notes, and snippets.

@trevorsandy
Created June 28, 2017 19:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorsandy/b7c3275dabe6494c247e3ebece28ebbd to your computer and use it in GitHub Desktop.
Save trevorsandy/b7c3275dabe6494c247e3ebece28ebbd to your computer and use it in GitHub Desktop.
Mesa 17.1.X (git source 28/06/2017 21:07:02 CET) Install on MinGW/Scons - fail on 'expected initializer ...'
Just a check against the latest source where there has been some changes to simd16intrin.h (since 17.1.3)
Result: Fail at same location as 17.1.3
error: expected initializer before '_simd16_setzero_ps'
SIMD16_EMU_AVX512_0(simd16scalar, _simd16_setzero_ps, _mm256_setzero_ps)
^
Mesa build options for platform MINGW64_NT-10.0:
- build date: 28/06/2017 21:07:02
- release, non-debug build
- non-mangled
- swr Gallium renderer
- reuse built source at rebuild
- build llvm: No
- mesa version: 17.1.3+
- osmesa prefix: /opt/osmesa
- glu version: 9.0.0
- execute osmesa demo: No
- CC: gcc
- CXX: g++
- CFLAGS: -O3
- CXXFLAGS: -O3
- msys version: 2017.05-1
- mingw version: 2.28-1
- gcc version: 6.3.0-1
- g++ version: 6.3.0
- cmake version: 3.8.1-3
- m4 version: 1.4.18-1
- scons version: 2.5.1-1
- bison/yacc version: 3.0.4-1
- python2 version: 2.7.13-1
- python2-mako version: 1.0.6-2
- libxml2 version: 2.9.2-3
- silent logging
- log file: /home/Trevor/Projects/osmesa-install/osmesa-install_31.log
* applying patches...
* applying patch add_pi.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/compiler/glsl/builtin_functions.cpp
Hunk #1 succeeded at 84 with fuzz 2 (offset 22 lines).
* applying patch gallium-osmesa-threadsafe.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/state_trackers/osmesa/osmesa.c
Hunk #16 succeeded at 881 (offset -1 lines).
* applying patch install-GL-headers.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/Makefile.am
Hunk #1 succeeded at 63 (offset 1 line).
* applying patch lp_scene-safe.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/drivers/llvmpipe/lp_scene.c
* applying patch osmesa-gallium-driver.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file include/GL/osmesa.h
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/auxiliary/target-helpers/sw_helper.h
Hunk #1 succeeded at 29 (offset 4 lines).
Hunk #2 succeeded at 62 (offset 9 lines).
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/state_trackers/osmesa/osmesa.c
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/targets/osmesa/target.c
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/mesa/drivers/osmesa/osmesa.c
Hunk #1 succeeded at 737 (offset 6 lines).
* applying patch scons-llvm-3-9-libs.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file scons/llvm.py
Hunk #1 succeeded at 189 (offset 33 lines).
* applying patch swr-sched.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/drivers/swr/swr_fence.cpp
* applying patch scons-swr-cc-arch.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/gallium/drivers/swr/SConscript
* applying patch msys2_scons_fix.patch...
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/mesa/SConscript
(Stripping trailing CRs from patch; use --binary to disable.)
patching file src/compiler/SConscript.nir
* fixing gl_mangle.h...
* fixing src/mapi/glapi/glapi_getproc.c...
* building Mesa...
** Mesa scons command line arguments...
** env
** LLVM_CONFIG="/opt/llvm/bin/llvm-config.exe"
** LLVM="/opt/llvm"
** CFLAGS="-O3"
** CXXFLAGS="-O3 -std=c++11"
** LDFLAGS="-static -s"
** scons
** build="release"
** platform=windows
** toolchain=mingw
** machine="x86_64"
** texture_float=yes
** llvm="1"
** swr="1"
** verbose=yes
** osmesa
scons: Reading SConscript files ...
Checking for GCC ... yes
Checking for Clang ... no
Mkdir("build/windows-x86_64")
warning: Floating-point textures enabled.
warning: Please consult docs/patents.txt with your lawyer before building Mesa.
scons: Found LLVM version 4.0
Checking for X11 (x11 xext xdamage >= 1.1 xfixes glproto >= 1.4.13 dri2proto >= 2.8)... no
Checking for XCB (x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8)... no
Checking for XF86VIDMODE (xxf86vm)... no
Checking for DRM (libdrm >= 2.4.75)... no
Checking for GCC ... yes
Checking for Clang ... no
Mkdir("build/mingw64_nt-10.0-x86_64")
warning: Floating-point textures enabled.
warning: Please consult docs/patents.txt with your lawyer before building Mesa.
Checking for X11 (x11 xext xdamage >= 1.1 xfixes glproto >= 1.4.13 dri2proto >= 2.8)... no
Checking for XCB (x11-xcb xcb-glx >= 1.8.1 xcb-dri2 >= 1.8)... no
Checking for XF86VIDMODE (xxf86vm)... no
Checking for DRM (libdrm >= 2.4.75)... no
scons: done reading SConscript files.
scons: Building targets ...
/usr/bin/python2 src/mapi/glapi/gen/gl_table.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mapi/glapi/glapitable.h
gcc -o build/windows-x86_64/util/bitscan.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/bitscan.c
gcc -o build/windows-x86_64/util/build_id.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/build_id.c
gcc -o build/windows-x86_64/util/crc32.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/crc32.c
gcc -o build/windows-x86_64/util/debug.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/debug.c
gcc -o build/windows-x86_64/util/disk_cache.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/disk_cache.c
gcc -o build/windows-x86_64/util/half_float.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/half_float.c
gcc -o build/windows-x86_64/util/hash_table.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/hash_table.c
gcc -o build/windows-x86_64/util/mesa-sha1.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/mesa-sha1.c
gcc -o build/windows-x86_64/util/sha1/sha1.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/sha1/sha1.c
gcc -o build/windows-x86_64/util/ralloc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/ralloc.c
gcc -o build/windows-x86_64/util/rand_xor.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/rand_xor.c
gcc -o build/windows-x86_64/util/register_allocate.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/register_allocate.c
gcc -o build/windows-x86_64/util/rgtc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/rgtc.c
/usr/bin/python2 src/mapi/glapi/gen/gl_apitemp.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mapi/glapi/glapitemp.h
gcc -o build/windows-x86_64/util/set.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/set.c
gcc -o build/windows-x86_64/util/slab.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/slab.c
g++ -o build/windows-x86_64/util/string_to_uint_map.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/string_to_uint_map.cpp
gcc -o build/windows-x86_64/util/strtod.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/strtod.c
gcc -o build/windows-x86_64/util/u_atomic.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/u_atomic.c
gcc -o build/windows-x86_64/util/u_queue.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/u_queue.c
gcc -o build/windows-x86_64/util/u_vector.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/util/u_vector.c
gcc -o build/windows-x86_64/mapi/glapi/glapi_entrypoint.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/glapi/glapi_entrypoint.c
gcc -o build/windows-x86_64/mapi/glapi/glapi_dispatch.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/glapi/glapi_dispatch.c
gcc -o build/windows-x86_64/mesa/drivers/osmesa/osmesa.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc src/mesa/drivers/osmesa/osmesa.c
/usr/bin/python2 src/util/format_srgb.py > build/windows-x86_64/util/format_srgb.c
src/mapi/glapi/glapi_entrypoint.c:314:1: warning: 'init_glapi_relocs' defined but not used [-Wunused-function]
init_glapi_relocs( void )
^~~~~~~~~~~~~~~~~
gcc -o build/windows-x86_64/mapi/glapi/glapi_nop.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/glapi/glapi_nop.c
src/mapi/glapi/glapi_dispatch.c:57:21: warning: no previous prototype for 'glBlendBarrier' [-Wmissing-prototypes]
#define NAME(func) gl##func
^
build/windows-x86_64/mapi/glapi/glapitemp.h:12795:24: note: in expansion of macro 'NAME'
KEYWORD1 void KEYWORD2 NAME(BlendBarrier)(void)
^~~~
src/mapi/glapi/glapi_dispatch.c:57:21: warning: no previous prototype for 'glPrimitiveBoundingBox' [-Wmissing-prototypes]
#define NAME(func) gl##func
^
build/windows-x86_64/mapi/glapi/glapitemp.h:12807:24: note: in expansion of macro 'NAME'
KEYWORD1 void KEYWORD2 NAME(PrimitiveBoundingBox)(GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW)
^~~~
gcc -o build/windows-x86_64/mapi/glapi/glapi.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/glapi/glapi.c
gcc -o build/windows-x86_64/mapi/glapi/u_current.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/u_current.c
gcc -o build/windows-x86_64/mapi/glapi/u_execmem.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/u_execmem.c
gcc -o build/windows-x86_64/compiler/shader_enums.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/shader_enums.c
gcc -o build/windows-x86_64/mesa/main/api_validate.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/api_validate.c
gcc -o build/windows-x86_64/util/format_srgb.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/util -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys build/windows-x86_64/util/format_srgb.c
ar rc build/windows-x86_64/util/libmesautil.a build/windows-x86_64/util/bitscan.o build/windows-x86_64/util/build_id.o build/windows-x86_64/util/crc32.o build/windows-x86_64/util/debug.o build/windows-x86_64/util/disk_cache.o build/windows-x86_64/util/half_float.o build/windows-x86_64/util/hash_table.o build/windows-x86_64/util/mesa-sha1.o build/windows-x86_64/util/sha1/sha1.o build/windows-x86_64/util/ralloc.o build/windows-x86_64/util/rand_xor.o build/windows-x86_64/util/register_allocate.o build/windows-x86_64/util/rgtc.o build/windows-x86_64/util/set.o build/windows-x86_64/util/slab.o build/windows-x86_64/util/string_to_uint_map.o build/windows-x86_64/util/strtod.o build/windows-x86_64/util/u_atomic.o build/windows-x86_64/util/u_queue.o build/windows-x86_64/util/u_vector.o build/windows-x86_64/util/format_srgb.o
ranlib build/windows-x86_64/util/libmesautil.a
/usr/bin/python2 src/mapi/glapi/gen/gl_table.py -m remap_table -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/dispatch.h
gcc -o build/windows-x86_64/mesa/main/arbprogram.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/arbprogram.c
gcc -o build/windows-x86_64/mesa/main/barrier.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/barrier.c
gcc -o build/windows-x86_64/mesa/main/api_loopback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/api_loopback.c
gcc -o build/windows-x86_64/mesa/main/attrib.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/attrib.c
gcc -o build/windows-x86_64/mesa/main/arrayobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/arrayobj.c
gcc -o build/windows-x86_64/mesa/main/accum.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/accum.c
gcc -o build/windows-x86_64/mesa/main/atifragshader.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/atifragshader.c
gcc -o build/windows-x86_64/mesa/main/api_arrayelt.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/api_arrayelt.c
/usr/bin/python2 src/mapi/glapi/gen/gl_procs.py -c -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mapi/glapi/glprocs.h
gcc -o build/windows-x86_64/mesa/main/bbox.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/bbox.c
gcc -o build/windows-x86_64/mesa/main/blend.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/blend.c
gcc -o build/windows-x86_64/mesa/main/blit.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/blit.c
gcc -o build/windows-x86_64/mapi/glapi/glapi_getproc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DMAPI_MODE_UTIL -D_GDI32_ -DBUILD_GL32 -DKHRONOS_DLL_EXPORTS -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Isrc/mapi -Isrc/mesa -Ibuild/windows-x86_64/mapi src/mapi/glapi/glapi_getproc.c
/usr/bin/python2 src/compiler/glsl/ir_expression_operation.py enum > build/windows-x86_64/compiler/glsl/ir_expression_operation.h
gcc -o build/windows-x86_64/mesa/main/bufferobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/bufferobj.c
g++ -o build/windows-x86_64/compiler/glsl_types.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl_types.cpp
ar rc build/windows-x86_64/mapi/glapi/libglapi.a build/windows-x86_64/mapi/glapi/glapi_dispatch.o build/windows-x86_64/mapi/glapi/glapi_entrypoint.o build/windows-x86_64/mapi/glapi/glapi_getproc.o build/windows-x86_64/mapi/glapi/glapi_nop.o build/windows-x86_64/mapi/glapi/glapi.o build/windows-x86_64/mapi/glapi/u_current.o build/windows-x86_64/mapi/glapi/u_execmem.o
g++ -o build/windows-x86_64/compiler/nir_types.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/nir_types.cpp
ranlib build/windows-x86_64/mapi/glapi/libglapi.a
/usr/bin/python2 src/mapi/glapi/gen/gl_genexec.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/api_exec.c
gcc -o build/windows-x86_64/mesa/main/buffers.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/buffers.c
gcc -o build/windows-x86_64/mesa/main/api_exec.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/api_exec.c
src/mesa/main/bufferobj.c: In function '_mesa_MapBuffer_no_error':
src/mesa/main/bufferobj.c:2717:15: warning: 'accessFlags' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (access & GL_MAP_WRITE_BIT) {
src/mesa/main/bufferobj.c:2855:15: note: 'accessFlags' was declared here
GLbitfield accessFlags;
^~~~~~~~~~~
src/mesa/main/bufferobj.c: In function '_mesa_MapNamedBuffer_no_error':
src/mesa/main/bufferobj.c:2717:15: warning: 'accessFlags' may be used uninitialized in this function [-Wmaybe-uninitialized]
if (access & GL_MAP_WRITE_BIT) {
src/mesa/main/bufferobj.c:2894:15: note: 'accessFlags' was declared here
GLbitfield accessFlags;
^~~~~~~~~~~
gcc -o build/windows-x86_64/mesa/main/clear.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/clear.c
ar rc build/windows-x86_64/compiler/libcompiler.a build/windows-x86_64/compiler/glsl_types.o build/windows-x86_64/compiler/nir_types.o build/windows-x86_64/compiler/shader_enums.o
ranlib build/windows-x86_64/compiler/libcompiler.a
gcc -o build/windows-x86_64/mesa/main/clip.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/clip.c
gcc -o build/windows-x86_64/mesa/main/colortab.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/colortab.c
gcc -o build/windows-x86_64/mesa/main/compute.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/compute.c
gcc -o build/windows-x86_64/mesa/main/condrender.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/condrender.c
gcc -o build/windows-x86_64/mesa/main/context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/context.c
gcc -o build/windows-x86_64/mesa/main/convolve.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/convolve.c
gcc -o build/windows-x86_64/mesa/main/copyimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/copyimage.c
gcc -o build/windows-x86_64/mesa/main/cpuinfo.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/cpuinfo.c
gcc -o build/windows-x86_64/mesa/main/debug.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/debug.c
gcc -o build/windows-x86_64/mesa/main/debug_output.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/debug_output.c
gcc -o build/windows-x86_64/mesa/main/depth.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/depth.c
gcc -o build/windows-x86_64/mesa/main/dlist.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/dlist.c
gcc -o build/windows-x86_64/mesa/main/drawpix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/drawpix.c
gcc -o build/windows-x86_64/mesa/main/drawtex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/drawtex.c
gcc -o build/windows-x86_64/mesa/main/enable.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/enable.c
/usr/bin/python2 src/mapi/glapi/gen/gl_enums.py -f src/mapi/glapi/registry/gl.xml > build/windows-x86_64/mesa/main/enums.c
gcc -o build/windows-x86_64/mesa/main/errors.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/errors.c
gcc -o build/windows-x86_64/mesa/main/eval.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/eval.c
gcc -o build/windows-x86_64/mesa/main/enums.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/enums.c
gcc -o build/windows-x86_64/mesa/main/execmem.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/execmem.c
gcc -o build/windows-x86_64/mesa/main/extensions.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/extensions.c
gcc -o build/windows-x86_64/mesa/main/extensions_table.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/extensions_table.c
gcc -o build/windows-x86_64/mesa/main/fbobject.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/fbobject.c
gcc -o build/windows-x86_64/mesa/main/feedback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/feedback.c
g++ -o build/windows-x86_64/mesa/main/ff_fragment_shader.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/ff_fragment_shader.cpp
gcc -o build/windows-x86_64/mesa/main/ffvertex_prog.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/ffvertex_prog.c
gcc -o build/windows-x86_64/mesa/main/fog.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/fog.c
python2.exe src/mesa/main/format_fallback.py src/mesa/main/formats.csv build/windows-x86_64/mesa/main/format_fallback.c
gcc -o build/windows-x86_64/mesa/main/formatquery.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/formatquery.c
gcc -o build/windows-x86_64/mesa/main/format_utils.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/format_utils.c
gcc -o build/windows-x86_64/mesa/main/framebuffer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/framebuffer.c
gcc -o build/windows-x86_64/mesa/main/format_fallback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/format_fallback.c
python2.exe src/mesa/main/format_pack.py src/mesa/main/formats.csv > build/windows-x86_64/mesa/main/format_pack.c
python2.exe src/mesa/main/format_info.py src/mesa/main/formats.csv > build/windows-x86_64/mesa/main/format_info.h
gcc -o build/windows-x86_64/mesa/main/format_pack.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/format_pack.c
gcc -o build/windows-x86_64/mesa/main/formats.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/formats.c
python2.exe src/mesa/main/format_unpack.py src/mesa/main/formats.csv > build/windows-x86_64/mesa/main/format_unpack.c
gcc -o build/windows-x86_64/mesa/main/format_unpack.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/format_unpack.c
python2.exe src/mesa/main/get_hash_generator.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/get_hash.h
gcc -o build/windows-x86_64/mesa/main/get.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/get.c
gcc -o build/windows-x86_64/mesa/main/genmipmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/genmipmap.c
gcc -o build/windows-x86_64/mesa/main/getstring.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/getstring.c
gcc -o build/windows-x86_64/mesa/main/glformats.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/glformats.c
python2.exe src/mapi/glapi/gen/gl_marshal_h.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/marshal_generated.h
gcc -o build/windows-x86_64/mesa/main/glthread.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/glthread.c
gcc -o build/windows-x86_64/mesa/main/hash.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/hash.c
gcc -o build/windows-x86_64/mesa/main/hint.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/hint.c
gcc -o build/windows-x86_64/mesa/main/histogram.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/histogram.c
gcc -o build/windows-x86_64/mesa/main/image.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/image.c
gcc -o build/windows-x86_64/mesa/main/imports.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/imports.c
gcc -o build/windows-x86_64/mesa/main/light.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/light.c
gcc -o build/windows-x86_64/mesa/main/lines.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/lines.c
gcc -o build/windows-x86_64/mesa/main/marshal.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/marshal.c
python2.exe src/mapi/glapi/gen/gl_marshal.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/marshal_generated.c
gcc -o build/windows-x86_64/mesa/main/matrix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/matrix.c
gcc -o build/windows-x86_64/mesa/main/mipmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/mipmap.c
gcc -o build/windows-x86_64/mesa/main/marshal_generated.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/main/marshal_generated.c
gcc -o build/windows-x86_64/mesa/main/mm.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/mm.c
gcc -o build/windows-x86_64/mesa/main/multisample.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/multisample.c
gcc -o build/windows-x86_64/mesa/main/objectlabel.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/objectlabel.c
gcc -o build/windows-x86_64/mesa/main/objectpurge.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/objectpurge.c
gcc -o build/windows-x86_64/mesa/main/pack.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pack.c
gcc -o build/windows-x86_64/mesa/main/pbo.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pbo.c
gcc -o build/windows-x86_64/mesa/main/performance_monitor.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/performance_monitor.c
gcc -o build/windows-x86_64/mesa/main/performance_query.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/performance_query.c
gcc -o build/windows-x86_64/mesa/main/pipelineobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pipelineobj.c
gcc -o build/windows-x86_64/mesa/main/pixel.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pixel.c
gcc -o build/windows-x86_64/mesa/main/pixelstore.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pixelstore.c
gcc -o build/windows-x86_64/mesa/main/pixeltransfer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/pixeltransfer.c
gcc -o build/windows-x86_64/mesa/main/points.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/points.c
gcc -o build/windows-x86_64/mesa/main/polygon.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/polygon.c
gcc -o build/windows-x86_64/mesa/main/program_resource.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/program_resource.c
gcc -o build/windows-x86_64/mesa/main/querymatrix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/querymatrix.c
gcc -o build/windows-x86_64/mesa/main/queryobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/queryobj.c
gcc -o build/windows-x86_64/mesa/main/rastpos.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/rastpos.c
gcc -o build/windows-x86_64/mesa/main/readpix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/readpix.c
/usr/bin/python2 src/mapi/glapi/gen/remap_helper.py -f src/mapi/glapi/gen/gl_and_es_API.xml > build/windows-x86_64/mesa/main/remap_helper.h
gcc -o build/windows-x86_64/mesa/main/renderbuffer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/renderbuffer.c
gcc -o build/windows-x86_64/mesa/main/robustness.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/robustness.c
gcc -o build/windows-x86_64/mesa/main/samplerobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/samplerobj.c
gcc -o build/windows-x86_64/mesa/main/remap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/remap.c
gcc -o build/windows-x86_64/mesa/main/scissor.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/scissor.c
gcc -o build/windows-x86_64/mesa/main/shaderapi.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/shaderapi.c
gcc -o build/windows-x86_64/mesa/main/shaderimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/shaderimage.c
gcc -o build/windows-x86_64/mesa/main/shaderobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/shaderobj.c
g++ -o build/windows-x86_64/mesa/main/shader_query.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/shader_query.cpp
gcc -o build/windows-x86_64/mesa/main/shared.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/shared.c
gcc -o build/windows-x86_64/mesa/main/state.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/state.c
gcc -o build/windows-x86_64/mesa/main/stencil.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/stencil.c
gcc -o build/windows-x86_64/mesa/main/syncobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/syncobj.c
gcc -o build/windows-x86_64/mesa/main/texcompress.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress.c
gcc -o build/windows-x86_64/mesa/main/texcompress_bptc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_bptc.c
gcc -o build/windows-x86_64/mesa/main/texcompress_cpal.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_cpal.c
gcc -o build/windows-x86_64/mesa/main/texcompress_etc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_etc.c
gcc -o build/windows-x86_64/mesa/main/texcompress_fxt1.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_fxt1.c
gcc -o build/windows-x86_64/mesa/main/texcompress_rgtc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_rgtc.c
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_srgb8_alpha8_eac':
src/mesa/main/texcompress_etc.c:1341:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[4];
^~~
src/mesa/main/texcompress_etc.c:1341:12: warning: 'dst[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1341:12: warning: '*((void *)&dst+2)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_srgb8':
src/mesa/main/texcompress_etc.c:1301:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[3];
^~~
src/mesa/main/texcompress_etc.c:1301:12: warning: 'dst[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1301:12: warning: '*((void *)&dst+2)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_rgba8_eac':
src/mesa/main/texcompress_etc.c:1322:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[4];
^~~
src/mesa/main/texcompress_etc.c:1322:12: warning: 'dst[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1322:12: warning: '*((void *)&dst+2)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_rgb8':
src/mesa/main/texcompress_etc.c:1280:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[3];
^~~
src/mesa/main/texcompress_etc.c:1280:12: warning: 'dst[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1280:12: warning: '*((void *)&dst+2)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_rgb8_punchthrough_alpha1':
src/mesa/main/texcompress_etc.c:1447:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[4];
^~~
src/mesa/main/texcompress_etc.c:1447:12: warning: '*((void *)&dst+1)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1447:12: warning: 'dst[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1447:12: warning: '*((void *)&dst+3)' may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc -o build/windows-x86_64/mesa/main/texcompress_s3tc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texcompress_s3tc.c
src/mesa/main/texcompress_etc.c: In function 'fetch_etc2_srgb8_punchthrough_alpha1':
src/mesa/main/texcompress_etc.c:1468:12: warning: 'dst' may be used uninitialized in this function [-Wmaybe-uninitialized]
uint8_t dst[4];
^~~
src/mesa/main/texcompress_etc.c:1468:12: warning: '*((void *)&dst+1)' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1468:12: warning: 'dst[2]' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texcompress_etc.c:1468:12: warning: '*((void *)&dst+3)' may be used uninitialized in this function [-Wmaybe-uninitialized]
gcc -o build/windows-x86_64/mesa/main/texenv.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texenv.c
gcc -o build/windows-x86_64/mesa/main/texformat.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texformat.c
gcc -o build/windows-x86_64/mesa/main/texgen.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texgen.c
gcc -o build/windows-x86_64/mesa/main/texgetimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texgetimage.c
gcc -o build/windows-x86_64/mesa/main/teximage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/teximage.c
gcc -o build/windows-x86_64/mesa/main/texobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texobj.c
gcc -o build/windows-x86_64/mesa/main/texparam.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texparam.c
gcc -o build/windows-x86_64/mesa/main/texstate.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texstate.c
src/mesa/main/texparam.c: In function '_mesa_GetTexParameterIuiv':
src/mesa/main/texparam.c:2277:16: warning: 'ip' may be used uninitialized in this function [-Wmaybe-uninitialized]
GLint ip[4];
^~
src/mesa/main/texparam.c:2284:27: warning: '*((void *)&ip+12)' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[3] = ip[3];
~~^~~
src/mesa/main/texparam.c:2277:16: note: '*((void *)&ip+12)' was declared here
GLint ip[4];
^~
src/mesa/main/texparam.c:2283:27: warning: '*((void *)&ip+8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[2] = ip[2];
~~^~~
src/mesa/main/texparam.c:2277:16: note: '*((void *)&ip+8)' was declared here
GLint ip[4];
^~
src/mesa/main/texparam.c:2282:27: warning: 'ip[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[1] = ip[1];
~~^~~
src/mesa/main/texparam.c:2277:16: note: 'ip[1]' was declared here
GLint ip[4];
^~
gcc -o build/windows-x86_64/mesa/main/texstorage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texstorage.c
src/mesa/main/texparam.c: In function '_mesa_GetTextureParameterIuiv':
src/mesa/main/texparam.c:2277:16: warning: 'ip' may be used uninitialized in this function [-Wmaybe-uninitialized]
src/mesa/main/texparam.c:2284:27: warning: '*((void *)&ip+12)' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[3] = ip[3];
~~^~~
src/mesa/main/texparam.c:2277:16: note: '*((void *)&ip+12)' was declared here
GLint ip[4];
^~
src/mesa/main/texparam.c:2283:27: warning: '*((void *)&ip+8)' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[2] = ip[2];
~~^~~
src/mesa/main/texparam.c:2277:16: note: '*((void *)&ip+8)' was declared here
GLint ip[4];
^~
src/mesa/main/texparam.c:2282:27: warning: 'ip[1]' may be used uninitialized in this function [-Wmaybe-uninitialized]
params[1] = ip[1];
~~^~~
src/mesa/main/texparam.c:2277:16: note: 'ip[1]' was declared here
GLint ip[4];
^~
gcc -o build/windows-x86_64/mesa/main/texstore.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texstore.c
gcc -o build/windows-x86_64/mesa/main/texturebindless.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/texturebindless.c
gcc -o build/windows-x86_64/mesa/main/textureview.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/textureview.c
gcc -o build/windows-x86_64/mesa/main/transformfeedback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/transformfeedback.c
g++ -o build/windows-x86_64/mesa/main/uniform_query.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/uniform_query.cpp
gcc -o build/windows-x86_64/mesa/main/uniforms.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/uniforms.c
gcc -o build/windows-x86_64/mesa/main/varray.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/varray.c
gcc -o build/windows-x86_64/mesa/main/vdpau.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/vdpau.c
gcc -o build/windows-x86_64/mesa/main/version.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/version.c
gcc -o build/windows-x86_64/mesa/main/viewport.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/viewport.c
gcc -o build/windows-x86_64/mesa/main/vtxfmt.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/vtxfmt.c
gcc -o build/windows-x86_64/mesa/main/es1_conversion.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/main/es1_conversion.c
gcc -o build/windows-x86_64/mesa/math/m_debug_clip.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_debug_clip.c
gcc -o build/windows-x86_64/mesa/math/m_debug_norm.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_debug_norm.c
gcc -o build/windows-x86_64/mesa/math/m_debug_xform.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_debug_xform.c
gcc -o build/windows-x86_64/mesa/math/m_eval.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_eval.c
gcc -o build/windows-x86_64/mesa/math/m_matrix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_matrix.c
gcc -o build/windows-x86_64/mesa/math/m_translate.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_translate.c
gcc -o build/windows-x86_64/mesa/math/m_vector.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_vector.c
gcc -o build/windows-x86_64/mesa/math/m_xform.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/math/m_xform.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_context.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_exec_api.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_exec_api.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_exec_array.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_exec_array.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_exec.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_exec.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_exec_draw.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_exec_draw.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_exec_eval.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_exec_eval.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_minmax_index.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_minmax_index.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_noop.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_noop.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_primitive_restart.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_primitive_restart.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_rebase.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_rebase.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_save_api.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_save_api.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_save.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_save.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_save_draw.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_save_draw.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_save_loopback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_save_loopback.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_split.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_split.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_split_copy.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_split_copy.c
gcc -o build/windows-x86_64/mesa/vbo/vbo_split_inplace.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/vbo/vbo_split_inplace.c
gcc -o build/windows-x86_64/mesa/tnl/t_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_context.c
gcc -o build/windows-x86_64/mesa/tnl/t_draw.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_draw.c
gcc -o build/windows-x86_64/mesa/tnl/t_pipeline.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_pipeline.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_fog.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_fog.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_light.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_light.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_normals.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_normals.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_points.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_points.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_program.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_program.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_render.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_render.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_texgen.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_texgen.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_texmat.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_texmat.c
gcc -o build/windows-x86_64/mesa/tnl/t_vb_vertex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vb_vertex.c
gcc -o build/windows-x86_64/mesa/tnl/t_vertex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vertex.c
gcc -o build/windows-x86_64/mesa/tnl/t_vertex_generic.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vertex_generic.c
gcc -o build/windows-x86_64/mesa/tnl/t_vertex_sse.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vertex_sse.c
gcc -o build/windows-x86_64/mesa/tnl/t_vp_build.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/tnl/t_vp_build.c
gcc -o build/windows-x86_64/mesa/swrast/s_aaline.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_aaline.c
gcc -o build/windows-x86_64/mesa/swrast/s_aatriangle.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_aatriangle.c
gcc -o build/windows-x86_64/mesa/swrast/s_alpha.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_alpha.c
gcc -o build/windows-x86_64/mesa/swrast/s_atifragshader.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_atifragshader.c
gcc -o build/windows-x86_64/mesa/swrast/s_bitmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_bitmap.c
gcc -o build/windows-x86_64/mesa/swrast/s_blend.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_blend.c
gcc -o build/windows-x86_64/mesa/swrast/s_blit.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_blit.c
gcc -o build/windows-x86_64/mesa/swrast/s_clear.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_clear.c
gcc -o build/windows-x86_64/mesa/swrast/s_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_context.c
gcc -o build/windows-x86_64/mesa/swrast/s_copypix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_copypix.c
gcc -o build/windows-x86_64/mesa/swrast/s_depth.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_depth.c
gcc -o build/windows-x86_64/mesa/swrast/s_drawpix.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_drawpix.c
gcc -o build/windows-x86_64/mesa/swrast/s_feedback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_feedback.c
gcc -o build/windows-x86_64/mesa/swrast/s_fog.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_fog.c
gcc -o build/windows-x86_64/mesa/swrast/s_fragprog.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_fragprog.c
gcc -o build/windows-x86_64/mesa/swrast/s_lines.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_lines.c
gcc -o build/windows-x86_64/mesa/swrast/s_logic.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_logic.c
gcc -o build/windows-x86_64/mesa/swrast/s_masking.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_masking.c
gcc -o build/windows-x86_64/mesa/swrast/s_points.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_points.c
gcc -o build/windows-x86_64/mesa/swrast/s_renderbuffer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_renderbuffer.c
gcc -o build/windows-x86_64/mesa/swrast/s_span.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_span.c
gcc -o build/windows-x86_64/mesa/swrast/s_stencil.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_stencil.c
gcc -o build/windows-x86_64/mesa/swrast/s_texcombine.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_texcombine.c
gcc -o build/windows-x86_64/mesa/swrast/s_texfetch.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_texfetch.c
gcc -o build/windows-x86_64/mesa/swrast/s_texfilter.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_texfilter.c
gcc -o build/windows-x86_64/mesa/swrast/s_texrender.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_texrender.c
gcc -o build/windows-x86_64/mesa/swrast/s_texture.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_texture.c
gcc -o build/windows-x86_64/mesa/swrast/s_triangle.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_triangle.c
gcc -o build/windows-x86_64/mesa/swrast/s_zoom.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast/s_zoom.c
gcc -o build/windows-x86_64/mesa/swrast_setup/ss_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast_setup/ss_context.c
gcc -o build/windows-x86_64/mesa/swrast_setup/ss_triangle.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/swrast_setup/ss_triangle.c
gcc -o build/windows-x86_64/mesa/drivers/common/driverfuncs.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/drivers/common/driverfuncs.c
gcc -o build/windows-x86_64/mesa/drivers/common/meta_blit.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/drivers/common/meta_blit.c
gcc -o build/windows-x86_64/mesa/drivers/common/meta_generate_mipmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/drivers/common/meta_generate_mipmap.c
gcc -o build/windows-x86_64/mesa/drivers/common/meta_tex_subimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/drivers/common/meta_tex_subimage.c
gcc -o build/windows-x86_64/mesa/drivers/common/meta.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/drivers/common/meta.c
gcc -o build/windows-x86_64/mesa/x86/common_x86.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86/common_x86.c
gcc -o build/windows-x86_64/mesa/x86/x86_xform.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86/x86_xform.c
gcc -o build/windows-x86_64/mesa/x86/3dnow.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86/3dnow.c
gcc -o build/windows-x86_64/mesa/x86/sse.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86/sse.c
gcc -o build/windows-x86_64/mesa/x86/rtasm/x86sse.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86/rtasm/x86sse.c
gcc -o build/windows-x86_64/mesa/sparc/sparc.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/sparc/sparc.c
gcc -o build/windows-x86_64/mesa/x86-64/x86-64.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/x86-64/x86-64.c
gcc -o build/windows-x86_64/mesa/program/arbprogparse.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/arbprogparse.c
g++ -o build/windows-x86_64/mesa/program/ir_to_mesa.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/ir_to_mesa.cpp
flex -t src/mesa/program/program_lexer.l > build/windows-x86_64/mesa/program/lex.yy.c
gcc -o build/windows-x86_64/mesa/program/prog_cache.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_cache.c
bison -d -p _mesa_program_ -o build/windows-x86_64/mesa/program/program_parse.tab.c src/mesa/program/program_parse.y
gcc -o build/windows-x86_64/mesa/program/prog_execute.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_execute.c
gcc -o build/windows-x86_64/mesa/program/lex.yy.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/program/lex.yy.c
gcc -o build/windows-x86_64/mesa/program/prog_instruction.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_instruction.c
<stdout>: In function '_mesa_program_lexer__init_buffer':
<stdout>:3078:40: warning: implicit declaration of function 'isatty' [-Wimplicit-function-declaration]
gcc -o build/windows-x86_64/mesa/program/prog_noise.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_noise.c
gcc -o build/windows-x86_64/mesa/program/prog_opt_constant_fold.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_opt_constant_fold.c
gcc -o build/windows-x86_64/mesa/program/prog_optimize.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_optimize.c
gcc -o build/windows-x86_64/mesa/program/prog_parameter.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_parameter.c
gcc -o build/windows-x86_64/mesa/program/prog_parameter_layout.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_parameter_layout.c
gcc -o build/windows-x86_64/mesa/program/prog_print.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_print.c
gcc -o build/windows-x86_64/mesa/program/program.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/program.c
gcc -o build/windows-x86_64/mesa/program/programopt.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/programopt.c
gcc -o build/windows-x86_64/mesa/program/program_parse_extra.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/program_parse_extra.c
gcc -o build/windows-x86_64/mesa/program/program_parse.tab.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary build/windows-x86_64/mesa/program/program_parse.tab.c
gcc -o build/windows-x86_64/mesa/program/prog_statevars.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/prog_statevars.c
gcc -o build/windows-x86_64/mesa/program/symbol_table.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/program/symbol_table.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atifs_to_tgsi.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atifs_to_tgsi.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_array.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_array.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_atomicbuf.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_atomicbuf.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_blend.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_blend.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_clip.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_clip.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_constbuf.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_constbuf.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_depth.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_depth.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_framebuffer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_framebuffer.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_image.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_image.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_msaa.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_msaa.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_pixeltransfer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_pixeltransfer.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_rasterizer.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_rasterizer.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_sampler.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_sampler.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_scissor.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_scissor.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_shader.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_shader.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_stipple.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_stipple.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_storagebuf.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_storagebuf.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_tess.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_tess.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_texture.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_texture.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_atom_viewport.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_atom_viewport.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_bitmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_bitmap.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_bitmap_shader.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_bitmap_shader.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_blit.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_blit.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_bufferobjects.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_bufferobjects.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_clear.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_clear.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_compute.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_compute.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_condrender.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_condrender.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_copyimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_copyimage.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_drawpixels.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_drawpixels.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_drawpixels_shader.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_drawpixels_shader.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_drawtex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_drawtex.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_eglimage.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_eglimage.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_fbo.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_fbo.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_feedback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_feedback.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_flush.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_flush.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_msaa.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_msaa.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_perfmon.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_perfmon.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_program.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_program.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_queryobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_queryobj.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_rasterpos.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_rasterpos.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_readpixels.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_readpixels.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_strings.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_strings.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_syncobj.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_syncobj.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_texturebarrier.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_texturebarrier.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_texture.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_texture.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_viewport.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_viewport.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_cb_xformfb.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_cb_xformfb.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_context.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_copytex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_copytex.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_debug.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_debug.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_draw.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_draw.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_draw_feedback.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_draw_feedback.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_extensions.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_extensions.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_format.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_format.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_gen_mipmap.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_gen_mipmap.c
python2.exe src/compiler/nir/nir_opcodes_h.py > build/windows-x86_64/compiler/nir/nir_opcodes.h
g++ -o build/windows-x86_64/mesa/state_tracker/st_glsl_to_nir.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_glsl_to_nir.cpp
g++ -o build/windows-x86_64/mesa/state_tracker/st_glsl_to_tgsi.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_glsl_to_tgsi.cpp
g++ -o build/windows-x86_64/mesa/state_tracker/st_glsl_types.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_glsl_types.cpp
gcc -o build/windows-x86_64/mesa/state_tracker/st_manager.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_manager.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_mesa_to_tgsi.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_mesa_to_tgsi.c
python2.exe src/compiler/nir/nir_builder_opcodes_h.py > build/windows-x86_64/compiler/nir/nir_builder_opcodes.h
gcc -o build/windows-x86_64/mesa/state_tracker/st_nir_lower_tex_src_plane.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_nir_lower_tex_src_plane.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_nir_lower_builtin.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_nir_lower_builtin.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_pbo.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_pbo.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_program.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_program.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_sampler_view.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_sampler_view.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_scissor.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_scissor.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_shader_cache.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_shader_cache.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_texture.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_texture.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_tgsi_lower_yuv.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_tgsi_lower_yuv.c
gcc -o build/windows-x86_64/mesa/state_tracker/st_vdpau.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -D_GDI32_ -DBUILD_GL32 -D_GLAPI_NO_EXPORTS -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Isrc -Ibuild/windows-x86_64/mapi -Isrc/mapi -Ibuild/windows-x86_64/mesa -Isrc/mesa -Ibuild/windows-x86_64/mesa/main -Isrc/mesa/main -Isrc/gallium/include -Isrc/gallium/auxiliary src/mesa/state_tracker/st_vdpau.c
flex -t src/compiler/glsl/glcpp/glcpp-lex.l > build/windows-x86_64/compiler/glsl/glcpp/glcpp-lex.c
bison -d -p glcpp_parser_ -o build/windows-x86_64/compiler/glsl/glcpp/glcpp-parse.c src/compiler/glsl/glcpp/glcpp-parse.y
flex -t src/compiler/glsl/glsl_lexer.ll > build/windows-x86_64/compiler/glsl/glsl_lexer.cpp
bison --defines=/home/Trevor/Projects/osmesa-install/build/mesa-17.1.3+/build/windows-x86_64/compiler/glsl/glsl_parser.h -p _mesa_glsl_ -o build/windows-x86_64/compiler/glsl/glsl_parser.cpp src/compiler/glsl/glsl_parser.yy
gcc -o build/windows-x86_64/compiler/glsl/glcpp/glcpp-parse.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys build/windows-x86_64/compiler/glsl/glcpp/glcpp-parse.c
gcc -o build/windows-x86_64/compiler/glsl/glcpp/glcpp-lex.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys build/windows-x86_64/compiler/glsl/glcpp/glcpp-lex.c
g++ -o build/windows-x86_64/compiler/glsl/glsl_lexer.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys build/windows-x86_64/compiler/glsl/glsl_lexer.cpp
g++ -o build/windows-x86_64/compiler/glsl/glsl_parser.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys build/windows-x86_64/compiler/glsl/glsl_parser.cpp
gcc -o build/windows-x86_64/compiler/glsl/glcpp/pp.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/glcpp/pp.c
g++ -o build/windows-x86_64/compiler/glsl/ast_array_index.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ast_array_index.cpp
ar rc build/windows-x86_64/mesa/libmesa.a build/windows-x86_64/mesa/main/accum.o build/windows-x86_64/mesa/main/api_arrayelt.o build/windows-x86_64/mesa/main/api_exec.o build/windows-x86_64/mesa/main/api_loopback.o build/windows-x86_64/mesa/main/api_validate.o build/windows-x86_64/mesa/main/arbprogram.o build/windows-x86_64/mesa/main/arrayobj.o build/windows-x86_64/mesa/main/atifragshader.o build/windows-x86_64/mesa/main/attrib.o build/windows-x86_64/mesa/main/barrier.o build/windows-x86_64/mesa/main/bbox.o build/windows-x86_64/mesa/main/blend.o build/windows-x86_64/mesa/main/blit.o build/windows-x86_64/mesa/main/bufferobj.o build/windows-x86_64/mesa/main/buffers.o build/windows-x86_64/mesa/main/clear.o build/windows-x86_64/mesa/main/clip.o build/windows-x86_64/mesa/main/colortab.o build/windows-x86_64/mesa/main/compute.o build/windows-x86_64/mesa/main/condrender.o build/windows-x86_64/mesa/main/context.o build/windows-x86_64/mesa/main/convolve.o build/windows-x86_64/mesa/main/copyimage.o build/windows-x86_64/mesa/main/cpuinfo.o build/windows-x86_64/mesa/main/debug.o build/windows-x86_64/mesa/main/debug_output.o build/windows-x86_64/mesa/main/depth.o build/windows-x86_64/mesa/main/dlist.o build/windows-x86_64/mesa/main/drawpix.o build/windows-x86_64/mesa/main/drawtex.o build/windows-x86_64/mesa/main/enable.o build/windows-x86_64/mesa/main/enums.o build/windows-x86_64/mesa/main/errors.o build/windows-x86_64/mesa/main/eval.o build/windows-x86_64/mesa/main/execmem.o build/windows-x86_64/mesa/main/extensions.o build/windows-x86_64/mesa/main/extensions_table.o build/windows-x86_64/mesa/main/fbobject.o build/windows-x86_64/mesa/main/feedback.o build/windows-x86_64/mesa/main/ff_fragment_shader.o build/windows-x86_64/mesa/main/ffvertex_prog.o build/windows-x86_64/mesa/main/fog.o build/windows-x86_64/mesa/main/format_fallback.o build/windows-x86_64/mesa/main/format_pack.o build/windows-x86_64/mesa/main/format_unpack.o build/windows-x86_64/mesa/main/formatquery.o build/windows-x86_64/mesa/main/formats.o build/windows-x86_64/mesa/main/format_utils.o build/windows-x86_64/mesa/main/framebuffer.o build/windows-x86_64/mesa/main/get.o build/windows-x86_64/mesa/main/genmipmap.o build/windows-x86_64/mesa/main/getstring.o build/windows-x86_64/mesa/main/glformats.o build/windows-x86_64/mesa/main/glthread.o build/windows-x86_64/mesa/main/hash.o build/windows-x86_64/mesa/main/hint.o build/windows-x86_64/mesa/main/histogram.o build/windows-x86_64/mesa/main/image.o build/windows-x86_64/mesa/main/imports.o build/windows-x86_64/mesa/main/light.o build/windows-x86_64/mesa/main/lines.o build/windows-x86_64/mesa/main/marshal.o build/windows-x86_64/mesa/main/marshal_generated.o build/windows-x86_64/mesa/main/matrix.o build/windows-x86_64/mesa/main/mipmap.o build/windows-x86_64/mesa/main/mm.o build/windows-x86_64/mesa/main/multisample.o build/windows-x86_64/mesa/main/objectlabel.o build/windows-x86_64/mesa/main/objectpurge.o build/windows-x86_64/mesa/main/pack.o build/windows-x86_64/mesa/main/pbo.o build/windows-x86_64/mesa/main/performance_monitor.o build/windows-x86_64/mesa/main/performance_query.o build/windows-x86_64/mesa/main/pipelineobj.o build/windows-x86_64/mesa/main/pixel.o build/windows-x86_64/mesa/main/pixelstore.o build/windows-x86_64/mesa/main/pixeltransfer.o build/windows-x86_64/mesa/main/points.o build/windows-x86_64/mesa/main/polygon.o build/windows-x86_64/mesa/main/program_resource.o build/windows-x86_64/mesa/main/querymatrix.o build/windows-x86_64/mesa/main/queryobj.o build/windows-x86_64/mesa/main/rastpos.o build/windows-x86_64/mesa/main/readpix.o build/windows-x86_64/mesa/main/remap.o build/windows-x86_64/mesa/main/renderbuffer.o build/windows-x86_64/mesa/main/robustness.o build/windows-x86_64/mesa/main/samplerobj.o build/windows-x86_64/mesa/main/scissor.o build/windows-x86_64/mesa/main/shaderapi.o build/windows-x86_64/mesa/main/shaderimage.o build/windows-x86_64/mesa/main/shaderobj.o build/windows-x86_64/mesa/main/shader_query.o build/windows-x86_64/mesa/main/shared.o build/windows-x86_64/mesa/main/state.o build/windows-x86_64/mesa/main/stencil.o build/windows-x86_64/mesa/main/syncobj.o build/windows-x86_64/mesa/main/texcompress.o build/windows-x86_64/mesa/main/texcompress_bptc.o build/windows-x86_64/mesa/main/texcompress_cpal.o build/windows-x86_64/mesa/main/texcompress_etc.o build/windows-x86_64/mesa/main/texcompress_fxt1.o build/windows-x86_64/mesa/main/texcompress_rgtc.o build/windows-x86_64/mesa/main/texcompress_s3tc.o build/windows-x86_64/mesa/main/texenv.o build/windows-x86_64/mesa/main/texformat.o build/windows-x86_64/mesa/main/texgen.o build/windows-x86_64/mesa/main/texgetimage.o build/windows-x86_64/mesa/main/teximage.o build/windows-x86_64/mesa/main/texobj.o build/windows-x86_64/mesa/main/texparam.o build/windows-x86_64/mesa/main/texstate.o build/windows-x86_64/mesa/main/texstorage.o build/windows-x86_64/mesa/main/texstore.o build/windows-x86_64/mesa/main/texturebindless.o build/windows-x86_64/mesa/main/textureview.o build/windows-x86_64/mesa/main/transformfeedback.o build/windows-x86_64/mesa/main/uniform_query.o build/windows-x86_64/mesa/main/uniforms.o build/windows-x86_64/mesa/main/varray.o build/windows-x86_64/mesa/main/vdpau.o build/windows-x86_64/mesa/main/version.o build/windows-x86_64/mesa/main/viewport.o build/windows-x86_64/mesa/main/vtxfmt.o build/windows-x86_64/mesa/main/es1_conversion.o build/windows-x86_64/mesa/math/m_debug_clip.o build/windows-x86_64/mesa/math/m_debug_norm.o build/windows-x86_64/mesa/math/m_debug_xform.o build/windows-x86_64/mesa/math/m_eval.o build/windows-x86_64/mesa/math/m_matrix.o build/windows-x86_64/mesa/math/m_translate.o build/windows-x86_64/mesa/math/m_vector.o build/windows-x86_64/mesa/math/m_xform.o build/windows-x86_64/mesa/vbo/vbo_context.o build/windows-x86_64/mesa/vbo/vbo_exec_api.o build/windows-x86_64/mesa/vbo/vbo_exec_array.o build/windows-x86_64/mesa/vbo/vbo_exec.o build/windows-x86_64/mesa/vbo/vbo_exec_draw.o build/windows-x86_64/mesa/vbo/vbo_exec_eval.o build/windows-x86_64/mesa/vbo/vbo_minmax_index.o build/windows-x86_64/mesa/vbo/vbo_noop.o build/windows-x86_64/mesa/vbo/vbo_primitive_restart.o build/windows-x86_64/mesa/vbo/vbo_rebase.o build/windows-x86_64/mesa/vbo/vbo_save_api.o build/windows-x86_64/mesa/vbo/vbo_save.o build/windows-x86_64/mesa/vbo/vbo_save_draw.o build/windows-x86_64/mesa/vbo/vbo_save_loopback.o build/windows-x86_64/mesa/vbo/vbo_split.o build/windows-x86_64/mesa/vbo/vbo_split_copy.o build/windows-x86_64/mesa/vbo/vbo_split_inplace.o build/windows-x86_64/mesa/tnl/t_context.o build/windows-x86_64/mesa/tnl/t_draw.o build/windows-x86_64/mesa/tnl/t_pipeline.o build/windows-x86_64/mesa/tnl/t_vb_fog.o build/windows-x86_64/mesa/tnl/t_vb_light.o build/windows-x86_64/mesa/tnl/t_vb_normals.o build/windows-x86_64/mesa/tnl/t_vb_points.o build/windows-x86_64/mesa/tnl/t_vb_program.o build/windows-x86_64/mesa/tnl/t_vb_render.o build/windows-x86_64/mesa/tnl/t_vb_texgen.o build/windows-x86_64/mesa/tnl/t_vb_texmat.o build/windows-x86_64/mesa/tnl/t_vb_vertex.o build/windows-x86_64/mesa/tnl/t_vertex.o build/windows-x86_64/mesa/tnl/t_vertex_generic.o build/windows-x86_64/mesa/tnl/t_vertex_sse.o build/windows-x86_64/mesa/tnl/t_vp_build.o build/windows-x86_64/mesa/swrast/s_aaline.o build/windows-x86_64/mesa/swrast/s_aatriangle.o build/windows-x86_64/mesa/swrast/s_alpha.o build/windows-x86_64/mesa/swrast/s_atifragshader.o build/windows-x86_64/mesa/swrast/s_bitmap.o build/windows-x86_64/mesa/swrast/s_blend.o build/windows-x86_64/mesa/swrast/s_blit.o build/windows-x86_64/mesa/swrast/s_clear.o build/windows-x86_64/mesa/swrast/s_context.o build/windows-x86_64/mesa/swrast/s_copypix.o build/windows-x86_64/mesa/swrast/s_depth.o build/windows-x86_64/mesa/swrast/s_drawpix.o build/windows-x86_64/mesa/swrast/s_feedback.o build/windows-x86_64/mesa/swrast/s_fog.o build/windows-x86_64/mesa/swrast/s_fragprog.o build/windows-x86_64/mesa/swrast/s_lines.o build/windows-x86_64/mesa/swrast/s_logic.o build/windows-x86_64/mesa/swrast/s_masking.o build/windows-x86_64/mesa/swrast/s_points.o build/windows-x86_64/mesa/swrast/s_renderbuffer.o build/windows-x86_64/mesa/swrast/s_span.o build/windows-x86_64/mesa/swrast/s_stencil.o build/windows-x86_64/mesa/swrast/s_texcombine.o build/windows-x86_64/mesa/swrast/s_texfetch.o build/windows-x86_64/mesa/swrast/s_texfilter.o build/windows-x86_64/mesa/swrast/s_texrender.o build/windows-x86_64/mesa/swrast/s_texture.o build/windows-x86_64/mesa/swrast/s_triangle.o build/windows-x86_64/mesa/swrast/s_zoom.o build/windows-x86_64/mesa/swrast_setup/ss_context.o build/windows-x86_64/mesa/swrast_setup/ss_triangle.o build/windows-x86_64/mesa/drivers/common/driverfuncs.o build/windows-x86_64/mesa/drivers/common/meta_blit.o build/windows-x86_64/mesa/drivers/common/meta_generate_mipmap.o build/windows-x86_64/mesa/drivers/common/meta_tex_subimage.o build/windows-x86_64/mesa/drivers/common/meta.o build/windows-x86_64/mesa/x86/common_x86.o build/windows-x86_64/mesa/x86/x86_xform.o build/windows-x86_64/mesa/x86/3dnow.o build/windows-x86_64/mesa/x86/sse.o build/windows-x86_64/mesa/x86/rtasm/x86sse.o build/windows-x86_64/mesa/sparc/sparc.o build/windows-x86_64/mesa/x86-64/x86-64.o build/windows-x86_64/mesa/program/arbprogparse.o build/windows-x86_64/mesa/program/ir_to_mesa.o build/windows-x86_64/mesa/program/lex.yy.o build/windows-x86_64/mesa/program/prog_cache.o build/windows-x86_64/mesa/program/prog_execute.o build/windows-x86_64/mesa/program/prog_instruction.o build/windows-x86_64/mesa/program/prog_noise.o build/windows-x86_64/mesa/program/prog_opt_constant_fold.o build/windows-x86_64/mesa/program/prog_optimize.o build/windows-x86_64/mesa/program/prog_parameter.o build/windows-x86_64/mesa/program/prog_parameter_layout.o build/windows-x86_64/mesa/program/prog_print.o build/windows-x86_64/mesa/program/program.o build/windows-x86_64/mesa/program/programopt.o build/windows-x86_64/mesa/program/program_parse_extra.o build/windows-x86_64/mesa/program/program_parse.tab.o build/windows-x86_64/mesa/program/prog_statevars.o build/windows-x86_64/mesa/program/symbol_table.o build/windows-x86_64/mesa/state_tracker/st_atifs_to_tgsi.o build/windows-x86_64/mesa/state_tracker/st_atom_array.o build/windows-x86_64/mesa/state_tracker/st_atom_atomicbuf.o build/windows-x86_64/mesa/state_tracker/st_atom_blend.o build/windows-x86_64/mesa/state_tracker/st_atom.o build/windows-x86_64/mesa/state_tracker/st_atom_clip.o build/windows-x86_64/mesa/state_tracker/st_atom_constbuf.o build/windows-x86_64/mesa/state_tracker/st_atom_depth.o build/windows-x86_64/mesa/state_tracker/st_atom_framebuffer.o build/windows-x86_64/mesa/state_tracker/st_atom_image.o build/windows-x86_64/mesa/state_tracker/st_atom_msaa.o build/windows-x86_64/mesa/state_tracker/st_atom_pixeltransfer.o build/windows-x86_64/mesa/state_tracker/st_atom_rasterizer.o build/windows-x86_64/mesa/state_tracker/st_atom_sampler.o build/windows-x86_64/mesa/state_tracker/st_atom_scissor.o build/windows-x86_64/mesa/state_tracker/st_atom_shader.o build/windows-x86_64/mesa/state_tracker/st_atom_stipple.o build/windows-x86_64/mesa/state_tracker/st_atom_storagebuf.o build/windows-x86_64/mesa/state_tracker/st_atom_tess.o build/windows-x86_64/mesa/state_tracker/st_atom_texture.o build/windows-x86_64/mesa/state_tracker/st_atom_viewport.o build/windows-x86_64/mesa/state_tracker/st_cb_bitmap.o build/windows-x86_64/mesa/state_tracker/st_cb_bitmap_shader.o build/windows-x86_64/mesa/state_tracker/st_cb_blit.o build/windows-x86_64/mesa/state_tracker/st_cb_bufferobjects.o build/windows-x86_64/mesa/state_tracker/st_cb_clear.o build/windows-x86_64/mesa/state_tracker/st_cb_compute.o build/windows-x86_64/mesa/state_tracker/st_cb_condrender.o build/windows-x86_64/mesa/state_tracker/st_cb_copyimage.o build/windows-x86_64/mesa/state_tracker/st_cb_drawpixels.o build/windows-x86_64/mesa/state_tracker/st_cb_drawpixels_shader.o build/windows-x86_64/mesa/state_tracker/st_cb_drawtex.o build/windows-x86_64/mesa/state_tracker/st_cb_eglimage.o build/windows-x86_64/mesa/state_tracker/st_cb_fbo.o build/windows-x86_64/mesa/state_tracker/st_cb_feedback.o build/windows-x86_64/mesa/state_tracker/st_cb_flush.o build/windows-x86_64/mesa/state_tracker/st_cb_msaa.o build/windows-x86_64/mesa/state_tracker/st_cb_perfmon.o build/windows-x86_64/mesa/state_tracker/st_cb_program.o build/windows-x86_64/mesa/state_tracker/st_cb_queryobj.o build/windows-x86_64/mesa/state_tracker/st_cb_rasterpos.o build/windows-x86_64/mesa/state_tracker/st_cb_readpixels.o build/windows-x86_64/mesa/state_tracker/st_cb_strings.o build/windows-x86_64/mesa/state_tracker/st_cb_syncobj.o build/windows-x86_64/mesa/state_tracker/st_cb_texturebarrier.o build/windows-x86_64/mesa/state_tracker/st_cb_texture.o build/windows-x86_64/mesa/state_tracker/st_cb_viewport.o build/windows-x86_64/mesa/state_tracker/st_cb_xformfb.o build/windows-x86_64/mesa/state_tracker/st_context.o build/windows-x86_64/mesa/state_tracker/st_copytex.o build/windows-x86_64/mesa/state_tracker/st_debug.o build/windows-x86_64/mesa/state_tracker/st_draw.o build/windows-x86_64/mesa/state_tracker/st_draw_feedback.o build/windows-x86_64/mesa/state_tracker/st_extensions.o build/windows-x86_64/mesa/state_tracker/st_format.o build/windows-x86_64/mesa/state_tracker/st_gen_mipmap.o build/windows-x86_64/mesa/state_tracker/st_glsl_to_nir.o build/windows-x86_64/mesa/state_tracker/st_glsl_to_tgsi.o build/windows-x86_64/mesa/state_tracker/st_glsl_types.o build/windows-x86_64/mesa/state_tracker/st_manager.o build/windows-x86_64/mesa/state_tracker/st_mesa_to_tgsi.o build/windows-x86_64/mesa/state_tracker/st_nir_lower_builtin.o build/windows-x86_64/mesa/state_tracker/st_nir_lower_tex_src_plane.o build/windows-x86_64/mesa/state_tracker/st_pbo.o build/windows-x86_64/mesa/state_tracker/st_program.o build/windows-x86_64/mesa/state_tracker/st_sampler_view.o build/windows-x86_64/mesa/state_tracker/st_scissor.o build/windows-x86_64/mesa/state_tracker/st_shader_cache.o build/windows-x86_64/mesa/state_tracker/st_texture.o build/windows-x86_64/mesa/state_tracker/st_tgsi_lower_yuv.o build/windows-x86_64/mesa/state_tracker/st_vdpau.o
g++ -o build/windows-x86_64/compiler/glsl/ast_expr.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ast_expr.cpp
ranlib build/windows-x86_64/mesa/libmesa.a
g++ -o build/windows-x86_64/compiler/glsl/ast_function.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ast_function.cpp
g++ -o build/windows-x86_64/compiler/glsl/ast_to_hir.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ast_to_hir.cpp
g++ -o build/windows-x86_64/compiler/glsl/ast_type.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ast_type.cpp
gcc -o build/windows-x86_64/compiler/glsl/blob.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/blob.c
g++ -o build/windows-x86_64/compiler/glsl/builtin_functions.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/builtin_functions.cpp
g++ -o build/windows-x86_64/compiler/glsl/builtin_types.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/builtin_types.cpp
src/compiler/glsl/builtin_functions.cpp:71:2: warning: #warning "disabling optimizations for this file to work around compiler bug" [-Wcpp]
#warning "disabling optimizations for this file to work around compiler bug"
^~~~~~~
g++ -o build/windows-x86_64/compiler/glsl/builtin_variables.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/builtin_variables.cpp
g++ -o build/windows-x86_64/compiler/glsl/generate_ir.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/generate_ir.cpp
g++ -o build/windows-x86_64/compiler/glsl/glsl_parser_extras.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/glsl_parser_extras.cpp
g++ -o build/windows-x86_64/compiler/glsl/glsl_symbol_table.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/glsl_symbol_table.cpp
g++ -o build/windows-x86_64/compiler/glsl/glsl_to_nir.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/glsl_to_nir.cpp
g++ -o build/windows-x86_64/compiler/glsl/hir_field_selection.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/hir_field_selection.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_array_refcount.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_array_refcount.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_basic_block.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_basic_block.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_builder.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_builder.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_clone.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_clone.cpp
/usr/bin/python2 src/compiler/glsl/ir_expression_operation.py constant > build/windows-x86_64/compiler/glsl/ir_expression_operation_constant.h
g++ -o build/windows-x86_64/compiler/glsl/ir_constant_expression.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_constant_expression.cpp
/usr/bin/python2 src/compiler/glsl/ir_expression_operation.py strings > build/windows-x86_64/compiler/glsl/ir_expression_operation_strings.h
g++ -o build/windows-x86_64/compiler/glsl/ir.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_equals.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_equals.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_expression_flattening.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_expression_flattening.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_function_can_inline.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_function_can_inline.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_function_detect_recursion.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_function_detect_recursion.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_function.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_function.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_hierarchical_visitor.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_hierarchical_visitor.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_hv_accept.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_hv_accept.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_print_visitor.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_print_visitor.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_reader.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_reader.cpp
src/compiler/glsl/ir_print_visitor.cpp: In member function 'virtual void ir_print_visitor::visit(ir_constant*)':
src/compiler/glsl/ir_print_visitor.cpp:489:47: warning: unknown conversion type character 'a' in format [-Wformat=]
fprintf(f, "%a", ir->value.f[i]);
^
src/compiler/glsl/ir_print_visitor.cpp:489:47: warning: too many arguments for format [-Wformat-extra-args]
src/compiler/glsl/ir_print_visitor.cpp:489:47: warning: unknown conversion type character 'a' in format [-Wformat=]
src/compiler/glsl/ir_print_visitor.cpp:489:47: warning: too many arguments for format [-Wformat-extra-args]
src/compiler/glsl/ir_print_visitor.cpp:507:47: warning: unknown conversion type character 'a' in format [-Wformat=]
fprintf(f, "%a", ir->value.d[i]);
^
src/compiler/glsl/ir_print_visitor.cpp:507:47: warning: too many arguments for format [-Wformat-extra-args]
src/compiler/glsl/ir_print_visitor.cpp:507:47: warning: unknown conversion type character 'a' in format [-Wformat=]
src/compiler/glsl/ir_print_visitor.cpp:507:47: warning: too many arguments for format [-Wformat-extra-args]
g++ -o build/windows-x86_64/compiler/glsl/ir_rvalue_visitor.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_rvalue_visitor.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_set_program_inouts.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_set_program_inouts.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_validate.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_validate.cpp
g++ -o build/windows-x86_64/compiler/glsl/ir_variable_refcount.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/ir_variable_refcount.cpp
g++ -o build/windows-x86_64/compiler/glsl/linker.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/linker.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_atomics.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_atomics.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_functions.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_functions.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_interface_blocks.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_interface_blocks.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_uniforms.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_uniforms.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_uniform_initializers.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_uniform_initializers.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_uniform_block_active_visitor.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_uniform_block_active_visitor.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_uniform_blocks.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_uniform_blocks.cpp
g++ -o build/windows-x86_64/compiler/glsl/link_varyings.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/link_varyings.cpp
g++ -o build/windows-x86_64/compiler/glsl/loop_analysis.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/loop_analysis.cpp
g++ -o build/windows-x86_64/compiler/glsl/loop_controls.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/loop_controls.cpp
g++ -o build/windows-x86_64/compiler/glsl/loop_unroll.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/loop_unroll.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_blend_equation_advanced.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_blend_equation_advanced.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_buffer_access.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_buffer_access.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_const_arrays_to_uniforms.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_const_arrays_to_uniforms.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_discard.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_discard.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_discard_flow.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_discard_flow.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_distance.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_distance.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_if_to_cond_assign.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_if_to_cond_assign.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_instructions.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_instructions.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_int64.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_int64.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_jumps.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_jumps.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_mat_op_to_vec.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_mat_op_to_vec.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_noise.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_noise.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_offset_array.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_offset_array.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_packed_varyings.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_packed_varyings.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_named_interface_blocks.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_named_interface_blocks.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_packing_builtins.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_packing_builtins.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_subroutine.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_subroutine.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_tess_level.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_tess_level.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_texture_projection.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_texture_projection.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_variable_index_to_cond_assign.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_variable_index_to_cond_assign.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vec_index_to_cond_assign.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vec_index_to_cond_assign.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vec_index_to_swizzle.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vec_index_to_swizzle.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vector.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vector.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vector_derefs.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vector_derefs.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vector_insert.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vector_insert.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_vertex_id.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_vertex_id.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_output_reads.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_output_reads.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_shared_reference.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_shared_reference.cpp
g++ -o build/windows-x86_64/compiler/glsl/lower_ubo_reference.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/lower_ubo_reference.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_algebraic.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_algebraic.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_array_splitting.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_array_splitting.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_conditional_discard.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_conditional_discard.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_constant_folding.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_constant_folding.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_constant_propagation.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_constant_propagation.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_constant_variable.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_constant_variable.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_copy_propagation.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_copy_propagation.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_copy_propagation_elements.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_copy_propagation_elements.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_dead_builtin_variables.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_dead_builtin_variables.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_dead_builtin_varyings.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_dead_builtin_varyings.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_dead_code.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_dead_code.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_dead_code_local.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_dead_code_local.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_dead_functions.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_dead_functions.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_flatten_nested_if_blocks.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_flatten_nested_if_blocks.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_flip_matrices.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_flip_matrices.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_function_inlining.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_function_inlining.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_if_simplification.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_if_simplification.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_minmax.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_minmax.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_noop_swizzle.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_noop_swizzle.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_rebalance_tree.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_rebalance_tree.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_redundant_jumps.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_redundant_jumps.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_structure_splitting.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_structure_splitting.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_swizzle_swizzle.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_swizzle_swizzle.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_tree_grafting.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_tree_grafting.cpp
g++ -o build/windows-x86_64/compiler/glsl/opt_vectorize.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/opt_vectorize.cpp
g++ -o build/windows-x86_64/compiler/glsl/propagate_invariance.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/propagate_invariance.cpp
g++ -o build/windows-x86_64/compiler/glsl/s_expression.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Isrc/mesa/program -Isrc/mesa/main -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/nir -Isrc/compiler/nir -Ibuild/windows-x86_64/compiler -Isrc/compiler -Ibuild/windows-x86_64/compiler/glsl -Isrc/compiler/glsl -Iinclude -Isrc -Isrc/mapi -Isrc/mesa -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/compiler/glsl -Isrc/compiler/glsl/glcpp -Isrc/compiler/nir -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys src/compiler/glsl/s_expression.cpp
gcc -o build/windows-x86_64/gallium/targets/osmesa/target.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DGALLIUM_TRACE -DGALLIUM_SOFTPIPE -DGALLIUM_LLVMPIPE -DGALLIUM_SWR -Isrc/mapi -Isrc/mesa -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/targets/osmesa/indices -Isrc/gallium/targets/osmesa/indices -Ibuild/windows-x86_64/gallium/targets/osmesa/util -Isrc/gallium/targets/osmesa/util src/gallium/targets/osmesa/target.c
g++ -o build/windows-x86_64/gallium/drivers/swr/swr_loader.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util src/gallium/drivers/swr/swr_loader.cpp
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py --output build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.cpp --gen_cpp
gcc -o build/windows-x86_64/gallium/auxiliary/cso_cache/cso_cache.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/cso_cache/cso_cache.c
ar rc build/windows-x86_64/compiler/libglsl.a build/windows-x86_64/compiler/glsl/glcpp/glcpp-lex.o build/windows-x86_64/compiler/glsl/glcpp/glcpp-parse.o build/windows-x86_64/compiler/glsl/glsl_lexer.o build/windows-x86_64/compiler/glsl/glsl_parser.o build/windows-x86_64/compiler/glsl/glcpp/pp.o build/windows-x86_64/compiler/glsl/ast_array_index.o build/windows-x86_64/compiler/glsl/ast_expr.o build/windows-x86_64/compiler/glsl/ast_function.o build/windows-x86_64/compiler/glsl/ast_to_hir.o build/windows-x86_64/compiler/glsl/ast_type.o build/windows-x86_64/compiler/glsl/blob.o build/windows-x86_64/compiler/glsl/builtin_functions.o build/windows-x86_64/compiler/glsl/builtin_types.o build/windows-x86_64/compiler/glsl/builtin_variables.o build/windows-x86_64/compiler/glsl/generate_ir.o build/windows-x86_64/compiler/glsl/glsl_parser_extras.o build/windows-x86_64/compiler/glsl/glsl_symbol_table.o build/windows-x86_64/compiler/glsl/glsl_to_nir.o build/windows-x86_64/compiler/glsl/hir_field_selection.o build/windows-x86_64/compiler/glsl/ir_array_refcount.o build/windows-x86_64/compiler/glsl/ir_basic_block.o build/windows-x86_64/compiler/glsl/ir_builder.o build/windows-x86_64/compiler/glsl/ir_clone.o build/windows-x86_64/compiler/glsl/ir_constant_expression.o build/windows-x86_64/compiler/glsl/ir.o build/windows-x86_64/compiler/glsl/ir_equals.o build/windows-x86_64/compiler/glsl/ir_expression_flattening.o build/windows-x86_64/compiler/glsl/ir_function_can_inline.o build/windows-x86_64/compiler/glsl/ir_function_detect_recursion.o build/windows-x86_64/compiler/glsl/ir_function.o build/windows-x86_64/compiler/glsl/ir_hierarchical_visitor.o build/windows-x86_64/compiler/glsl/ir_hv_accept.o build/windows-x86_64/compiler/glsl/ir_print_visitor.o build/windows-x86_64/compiler/glsl/ir_reader.o build/windows-x86_64/compiler/glsl/ir_rvalue_visitor.o build/windows-x86_64/compiler/glsl/ir_set_program_inouts.o build/windows-x86_64/compiler/glsl/ir_validate.o build/windows-x86_64/compiler/glsl/ir_variable_refcount.o build/windows-x86_64/compiler/glsl/linker.o build/windows-x86_64/compiler/glsl/link_atomics.o build/windows-x86_64/compiler/glsl/link_functions.o build/windows-x86_64/compiler/glsl/link_interface_blocks.o build/windows-x86_64/compiler/glsl/link_uniforms.o build/windows-x86_64/compiler/glsl/link_uniform_initializers.o build/windows-x86_64/compiler/glsl/link_uniform_block_active_visitor.o build/windows-x86_64/compiler/glsl/link_uniform_blocks.o build/windows-x86_64/compiler/glsl/link_varyings.o build/windows-x86_64/compiler/glsl/loop_analysis.o build/windows-x86_64/compiler/glsl/loop_controls.o build/windows-x86_64/compiler/glsl/loop_unroll.o build/windows-x86_64/compiler/glsl/lower_blend_equation_advanced.o build/windows-x86_64/compiler/glsl/lower_buffer_access.o build/windows-x86_64/compiler/glsl/lower_const_arrays_to_uniforms.o build/windows-x86_64/compiler/glsl/lower_discard.o build/windows-x86_64/compiler/glsl/lower_discard_flow.o build/windows-x86_64/compiler/glsl/lower_distance.o build/windows-x86_64/compiler/glsl/lower_if_to_cond_assign.o build/windows-x86_64/compiler/glsl/lower_instructions.o build/windows-x86_64/compiler/glsl/lower_int64.o build/windows-x86_64/compiler/glsl/lower_jumps.o build/windows-x86_64/compiler/glsl/lower_mat_op_to_vec.o build/windows-x86_64/compiler/glsl/lower_noise.o build/windows-x86_64/compiler/glsl/lower_offset_array.o build/windows-x86_64/compiler/glsl/lower_packed_varyings.o build/windows-x86_64/compiler/glsl/lower_named_interface_blocks.o build/windows-x86_64/compiler/glsl/lower_packing_builtins.o build/windows-x86_64/compiler/glsl/lower_subroutine.o build/windows-x86_64/compiler/glsl/lower_tess_level.o build/windows-x86_64/compiler/glsl/lower_texture_projection.o build/windows-x86_64/compiler/glsl/lower_variable_index_to_cond_assign.o build/windows-x86_64/compiler/glsl/lower_vec_index_to_cond_assign.o build/windows-x86_64/compiler/glsl/lower_vec_index_to_swizzle.o build/windows-x86_64/compiler/glsl/lower_vector.o build/windows-x86_64/compiler/glsl/lower_vector_derefs.o build/windows-x86_64/compiler/glsl/lower_vector_insert.o build/windows-x86_64/compiler/glsl/lower_vertex_id.o build/windows-x86_64/compiler/glsl/lower_output_reads.o build/windows-x86_64/compiler/glsl/lower_shared_reference.o build/windows-x86_64/compiler/glsl/lower_ubo_reference.o build/windows-x86_64/compiler/glsl/opt_algebraic.o build/windows-x86_64/compiler/glsl/opt_array_splitting.o build/windows-x86_64/compiler/glsl/opt_conditional_discard.o build/windows-x86_64/compiler/glsl/opt_constant_folding.o build/windows-x86_64/compiler/glsl/opt_constant_propagation.o build/windows-x86_64/compiler/glsl/opt_constant_variable.o build/windows-x86_64/compiler/glsl/opt_copy_propagation.o build/windows-x86_64/compiler/glsl/opt_copy_propagation_elements.o build/windows-x86_64/compiler/glsl/opt_dead_builtin_variables.o build/windows-x86_64/compiler/glsl/opt_dead_builtin_varyings.o build/windows-x86_64/compiler/glsl/opt_dead_code.o build/windows-x86_64/compiler/glsl/opt_dead_code_local.o build/windows-x86_64/compiler/glsl/opt_dead_functions.o build/windows-x86_64/compiler/glsl/opt_flatten_nested_if_blocks.o build/windows-x86_64/compiler/glsl/opt_flip_matrices.o build/windows-x86_64/compiler/glsl/opt_function_inlining.o build/windows-x86_64/compiler/glsl/opt_if_simplification.o build/windows-x86_64/compiler/glsl/opt_minmax.o build/windows-x86_64/compiler/glsl/opt_noop_swizzle.o build/windows-x86_64/compiler/glsl/opt_rebalance_tree.o build/windows-x86_64/compiler/glsl/opt_redundant_jumps.o build/windows-x86_64/compiler/glsl/opt_structure_splitting.o build/windows-x86_64/compiler/glsl/opt_swizzle_swizzle.o build/windows-x86_64/compiler/glsl/opt_tree_grafting.o build/windows-x86_64/compiler/glsl/opt_vectorize.o build/windows-x86_64/compiler/glsl/propagate_invariance.o build/windows-x86_64/compiler/glsl/s_expression.o
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py --output /home/Trevor/Projects/osmesa-install/build/mesa-17.1.3+/build/windows-x86_64/gallium/drivers/swr/rasterizer/jitter --gen_x86_h
ranlib build/windows-x86_64/compiler/libglsl.a
gcc -o build/windows-x86_64/gallium/auxiliary/cso_cache/cso_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/cso_cache/cso_context.c
g++ -static -s -m64 -Wl,--nxcompat -Wl,--dynamicbase -static-libgcc -shared -Wl,-Bsymbolic -Wl,--enable-stdcall-fixup -o build/windows-x86_64/mesa/drivers/osmesa/osmesa.dll build/windows-x86_64/mesa/drivers/osmesa/osmesa.o src/mesa/drivers/osmesa/osmesa.def -L/opt/llvm/lib -Wl,--start-group build/windows-x86_64/util/libmesautil.a build/windows-x86_64/mapi/glapi/libglapi.a build/windows-x86_64/compiler/libcompiler.a build/windows-x86_64/mesa/libmesa.a build/windows-x86_64/compiler/libglsl.a -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMDebugInfoCodeView -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMBitWriter -lLLVMX86Desc -lLLVMMCDisassembler -lLLVMX86Info -lLLVMX86AsmPrinter -lLLVMX86Utils -lLLVMMCJIT -lLLVMExecutionEngine -lLLVMTarget -lLLVMAnalysis -lLLVMProfileData -lLLVMRuntimeDyld -lLLVMObject -lLLVMMCParser -lLLVMBitReader -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMIRReader -lLLVMAsmParser -lLLVMDemangle -lLLVMGlobalISel -lLLVMDebugInfoMSF -lole32 -luuid -limagehlp -lpsapi -lshell32 -ladvapi32 -Wl,--end-group -Wl,--out-implib,build/windows-x86_64/mesa/drivers/osmesa/libosmesa.a
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py --proto src/gallium/drivers/swr/rasterizer/archrast/events.proto --output build/windows-x86_64/gallium/drivers/swr/rasterizer/archrast/gen_ar_eventhandler.hpp --gen_eventhandler_h
gcc -o build/windows-x86_64/gallium/auxiliary/cso_cache/cso_hash.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/cso_cache/cso_hash.c
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_archrast.py --proto src/gallium/drivers/swr/rasterizer/archrast/events.proto --output build/windows-x86_64/gallium/drivers/swr/rasterizer/archrast/gen_ar_eventhandlerfile.hpp --gen_eventhandlerfile_h
gcc -o build/windows-x86_64/gallium/auxiliary/draw/draw_context.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/draw/draw_context.c
gcc -o build/windows-x86_64/gallium/auxiliary/draw/draw_fs.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/draw/draw_fs.c
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_llvm_ir_macros.py --input /opt/llvm/include/llvm/IR/IRBuilder.h --output /home/Trevor/Projects/osmesa-install/build/mesa-17.1.3+/build/windows-x86_64/gallium/drivers/swr/rasterizer/jitter --gen_h
gcc -o build/windows-x86_64/gallium/auxiliary/draw/draw_gs.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/draw/draw_gs.c
/usr/bin/python2 src/gallium/drivers/swr/rasterizer/codegen/gen_knobs.py --output build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.h --gen_h
gcc -o build/windows-x86_64/gallium/auxiliary/draw/draw_pipe_aaline.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/draw/draw_pipe_aaline.c
gcc -o build/windows-x86_64/gallium/auxiliary/draw/draw_pipe_aapoint.o -c -Wmissing-prototypes -std=gnu99 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/auxiliary/indices -Isrc/gallium/auxiliary/indices -Ibuild/windows-x86_64/gallium/auxiliary/util -Isrc/gallium/auxiliary/util src/gallium/auxiliary/draw/draw_pipe_aapoint.c
g++ -o build/windows-x86_64/gallium/drivers/swr/rasterizer/common/avx_os.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -mavx -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DKNOB_ARCH=KNOB_ARCH_AVX -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util src/gallium/drivers/swr/rasterizer/common/os.cpp
g++ -o build/windows-x86_64/gallium/drivers/swr/avx_swr_screen.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -mavx -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DKNOB_ARCH=KNOB_ARCH_AVX -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util src/gallium/drivers/swr/swr_screen.cpp
g++ -o build/windows-x86_64/gallium/drivers/swr/rasterizer/common/avx_formats.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -mavx -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DKNOB_ARCH=KNOB_ARCH_AVX -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util src/gallium/drivers/swr/rasterizer/common/formats.cpp
g++ -o build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/avx_gen_knobs.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -mavx -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DKNOB_ARCH=KNOB_ARCH_AVX -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.cpp
src/gallium/drivers/swr/rasterizer/common/os.cpp:65:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning(push)
src/gallium/drivers/swr/rasterizer/common/os.cpp:66:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning(disable: 6320 6322)
src/gallium/drivers/swr/rasterizer/common/os.cpp:72:0: warning: ignoring #pragma warning [-Wunknown-pragmas]
#pragma warning(pop)
In file included from src/gallium/drivers/swr/rasterizer/core/utils.h:34:0,
from src/gallium/drivers/swr/rasterizer/jitter/jit_api.h:32,
from src/gallium/drivers/swr/swr_context.h:32,
from src/gallium/drivers/swr/swr_screen.cpp:24:
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: warning: attribute ignored in declaration of 'union simdvector' [-Wattributes]
OSALIGNSIMD(union) simdvector
^~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: note: attribute for 'union simdvector' must follow the 'union' keyword
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: warning: attribute ignored in declaration of 'union simd16vector' [-Wattributes]
OSALIGN(union, KNOB_SIMD16_BYTES) simd16vector
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: note: attribute for 'union simd16vector' must follow the 'union' keyword
In file included from src/gallium/drivers/swr/rasterizer/core/api.h:39:0,
from src/gallium/drivers/swr/rasterizer/core/utils.h:36,
from src/gallium/drivers/swr/rasterizer/jitter/jit_api.h:32,
from src/gallium/drivers/swr/swr_context.h:32,
from src/gallium/drivers/swr/swr_screen.cpp:24:
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: warning: attribute ignored in declaration of 'struct SWR_STATS' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS
^~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: note: attribute for 'struct SWR_STATS' must follow the 'struct' keyword
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: warning: attribute ignored in declaration of 'struct SWR_STATS_FE' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS_FE
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: note: attribute for 'struct SWR_STATS_FE' must follow the 'struct' keyword
In file included from src/gallium/drivers/swr/rasterizer/common/os.h:268:0,
from src/gallium/drivers/swr/swr_context.h:27,
from src/gallium/drivers/swr/swr_screen.cpp:24:
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>, TArgsT ...)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:328:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
g++ -o build/windows-x86_64/gallium/drivers/swr/avx_swr_clear.o -c -O3 -std=c++11 -O3 -O3 -fno-builtin-memcmp -fno-strict-aliasing -g -m64 -Wall -Wno-long-long -fmessage-length=0 -Werror=vla -Werror=pointer-arith -std=c++11 -mavx -DHAVE_LLVM=0x0400 -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -DHAVE_NO_AUTOCONF -DNDEBUG -DWIN32 -D_WINDOWS -D_WIN32_WINNT=0x0601 -DWINVER=0x0601 -D__MSVCRT_VERSION__=0x0700 -DPIPE_SUBSYSTEM_WINDOWS_USER -DTEXTURE_FLOAT_ENABLED -DHAVE_STDINT_H -DPACKAGE_VERSION=\"17.2.0-devel\" -DPACKAGE_BUGREPORT=\"https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa\" -DKNOB_ARCH=KNOB_ARCH_AVX -Ibuild/windows-x86_64/gallium/drivers/swr -Isrc/gallium/drivers/swr -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer -Isrc/gallium/drivers/swr/rasterizer -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/codegen -Isrc/gallium/drivers/swr/rasterizer/codegen -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/core -Isrc/gallium/drivers/swr/rasterizer/core -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/jitter -Isrc/gallium/drivers/swr/rasterizer/jitter -Ibuild/windows-x86_64/gallium/drivers/swr/rasterizer/archrast -Isrc/gallium/drivers/swr/rasterizer/archrast -Iinclude -I/opt/llvm/include -Isrc/gallium/include -Isrc/gallium/auxiliary -Isrc/gallium/drivers -Isrc/gallium/winsys -Ibuild/windows-x86_64 -Isrc -Isrc -Ibuild/windows-x86_64/gallium/drivers/swr/indices -Isrc/gallium/drivers/swr/indices -Ibuild/windows-x86_64/gallium/drivers/swr/util -Isrc/gallium/drivers/swr/util src/gallium/drivers/swr/swr_clear.cpp
In file included from src/gallium/drivers/swr/swr_screen.cpp:24:0:
src/gallium/drivers/swr/swr_context.h: At global scope:
src/gallium/drivers/swr/swr_context.h:163:62: warning: ignoring attributes on template argument 'PFN_BLEND_JIT_FUNC {aka void (*)(const SWR_BLEND_STATE*, simdvector&, simdvector&, __vector(8) float&, unsigned int, unsigned char*, simdvector&, __vector(4) long long int*, __vector(4) long long int*)}' [-Wignored-attributes]
std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
^
In file included from src/gallium/drivers/swr/rasterizer/core/format_types.h:31:0,
from src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
from src/gallium/drivers/swr/rasterizer/memory/TilingFunctions.h:31,
from src/gallium/drivers/swr/swr_screen.h:34,
from src/gallium/drivers/swr/swr_screen.cpp:26:
src/gallium/drivers/swr/rasterizer/common/simdintrin.h: In function 'void _simd_mov(simdscalar&, unsigned int, simdscalar&, unsigned int)':
src/gallium/drivers/swr/rasterizer/common/simdintrin.h:680:46: warning: 'align' attribute directive ignored [-Wattributes]
OSALIGNSIMD(float) rArray[KNOB_SIMD_WIDTH], sArray[KNOB_SIMD_WIDTH];
^
src/gallium/drivers/swr/rasterizer/common/simdintrin.h:680:71: warning: 'align' attribute directive ignored [-Wattributes]
OSALIGNSIMD(float) rArray[KNOB_SIMD_WIDTH], sArray[KNOB_SIMD_WIDTH];
^
In file included from src/gallium/drivers/swr/rasterizer/common/simdintrin.h:1188:0,
from src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
from src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
from src/gallium/drivers/swr/rasterizer/memory/TilingFunctions.h:31,
from src/gallium/drivers/swr/swr_screen.h:34,
from src/gallium/drivers/swr/swr_screen.cpp:26:
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h: At global scope:
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:75:35: error: expected initializer before '_simd16_setzero_ps'
SIMD16_EMU_AVX512_0(simd16scalar, _simd16_setzero_ps, _mm256_setzero_ps)
^
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:32:21: note: in definition of macro 'SIMD16_EMU_AVX512_0'
INLINE type SIMDAPI func()\
^~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:76:36: error: expected initializer before '_simd16_setzero_si'
SIMD16_EMU_AVX512_0(simd16scalari, _simd16_setzero_si, _mm256_setzero_si256)
^
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:32:21: note: in definition of macro 'SIMD16_EMU_AVX512_0'
INLINE type SIMDAPI func()\
^~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:78:29: error: expected initializer before '_simd16_set1_ps'
INLINE simd16scalar SIMDAPI _simd16_set1_ps(float a)
^~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:88:30: error: expected initializer before '_simd16_set1_epi8'
INLINE simd16scalari SIMDAPI _simd16_set1_epi8(char a)
^~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:98:30: error: expected initializer before '_simd16_set1_epi32'
INLINE simd16scalari SIMDAPI _simd16_set1_epi32(int a)
^~~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:108:29: error: expected initializer before '_simd16_set_ps'
INLINE simd16scalar SIMDAPI _simd16_set_ps(float e15, float e14, float e13, float e12, float e11, float e10, float e9, float e8, float e7, float e6, float e5, float e4, float e3, float e2, float e1, float e0)
^~~~~~~~~~~~~~
In file included from src/gallium/drivers/swr/rasterizer/common/simdintrin.h:1188:0,
from src/gallium/drivers/swr/rasterizer/core/format_types.h:31,
from src/gallium/drivers/swr/rasterizer/core/format_traits.h:32,
from src/gallium/drivers/swr/rasterizer/memory/TilingFunctions.h:31,
from src/gallium/drivers/swr/swr_screen.h:34,
from src/gallium/drivers/swr/swr_screen.cpp:26:
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:118:30: error: expected initializer before '_simd16_set_epi32'
INLINE simd16scalari SIMDAPI _simd16_set_epi32(int e15, int e14, int e13, int e12, int e11, int e10, int e9, int e8, int e7, int e6, int e5, int e4, int e3, int e2, int e1, int e0)
^~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:128:29: error: expected initializer before '_simd16_set_ps'
INLINE simd16scalar SIMDAPI _simd16_set_ps(float e7, float e6, float e5, float e4, float e3, float e2, float e1, float e0)
^~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:138:30: error: expected initializer before '_simd16_set_epi32'
INLINE simd16scalari SIMDAPI _simd16_set_epi32(int e7, int e6, int e5, int e4, int e3, int e2, int e1, int e0)
^~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:148:29: error: expected initializer before '_simd16_load_ps'
INLINE simd16scalar SIMDAPI _simd16_load_ps(float const *m)
^~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:160:29: error: expected initializer before '_simd16_loadu_ps'
INLINE simd16scalar SIMDAPI _simd16_loadu_ps(float const *m)
^~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:172:29: error: expected initializer before '_simd16_load1_ps'
INLINE simd16scalar SIMDAPI _simd16_load1_ps(float const *m)
^~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:182:30: error: expected initializer before '_simd16_load_si'
INLINE simd16scalari SIMDAPI _simd16_load_si(simd16scalari const *m)
^~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:192:30: error: expected initializer before '_simd16_loadu_si'
INLINE simd16scalari SIMDAPI _simd16_loadu_si(simd16scalari const *m)
^~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:202:29: error: expected initializer before '_simd16_broadcast_ss'
INLINE simd16scalar SIMDAPI _simd16_broadcast_ss(float const *m)
^~~~~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:212:29: error: expected initializer before '_simd16_broadcast_ps'
INLINE simd16scalar SIMDAPI _simd16_broadcast_ps(__m128 const *m)
^~~~~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:222:21: error: expected initializer before '_simd16_store_ps'
INLINE void SIMDAPI _simd16_store_ps(float *m, simd16scalar a)
^~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:230:21: error: expected initializer before '_simd16_maskstore_ps'
INLINE void SIMDAPI _simd16_maskstore_ps(float *m, simd16scalari mask, simd16scalar a)
^~~~~~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:238:21: error: expected initializer before '_simd16_store_si'
INLINE void SIMDAPI _simd16_store_si(simd16scalari *m, simd16scalari a)
^~~~~~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/simd16intrin.h:244:27: error: expected initializer before '_simd16_extract_ps'
INLINE simdscalar SIMDAPI _simd16_extract_ps(simd16scalar a, int imm8)
^~~~~~~~~~~~~~~~~~
scons: *** [build/windows-x86_64/gallium/drivers/swr/avx_swr_screen.o] Error 1
In file included from src/gallium/drivers/swr/rasterizer/core/utils.h:34:0,
from build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.cpp:37:
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: warning: attribute ignored in declaration of 'union simdvector' [-Wattributes]
OSALIGNSIMD(union) simdvector
^~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: note: attribute for 'union simdvector' must follow the 'union' keyword
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: warning: attribute ignored in declaration of 'union simd16vector' [-Wattributes]
OSALIGN(union, KNOB_SIMD16_BYTES) simd16vector
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: note: attribute for 'union simd16vector' must follow the 'union' keyword
In file included from src/gallium/drivers/swr/rasterizer/core/api.h:39:0,
from src/gallium/drivers/swr/rasterizer/core/utils.h:36,
from build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.cpp:37:
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: warning: attribute ignored in declaration of 'struct SWR_STATS' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS
^~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: note: attribute for 'struct SWR_STATS' must follow the 'struct' keyword
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: warning: attribute ignored in declaration of 'struct SWR_STATS_FE' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS_FE
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: note: attribute for 'struct SWR_STATS_FE' must follow the 'struct' keyword
In file included from src/gallium/drivers/swr/rasterizer/common/os.h:268:0,
from build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/gen_knobs.cpp:33:
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>, TArgsT ...)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:328:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/common/os.cpp: In function 'void LegacySetThreadName(const char*)':
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:5: error: expected 'catch' before '__except'
__except (EXCEPTION_EXECUTE_HANDLER) {
^~~~~~~~
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:5: error: expected '(' before '__except'
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:5: error: expected type-specifier before '__except'
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:14: error: expected ')' before '(' token
__except (EXCEPTION_EXECUTE_HANDLER) {
^
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:14: error: expected '{' before '(' token
src/gallium/drivers/swr/rasterizer/common/os.cpp:70:42: error: expected ';' before '{' token
__except (EXCEPTION_EXECUTE_HANDLER) {
^
src/gallium/drivers/swr/rasterizer/common/os.cpp:71:5: warning: statement has no effect [-Wunused-value]
}
^
src/gallium/drivers/swr/rasterizer/common/os.cpp: At global scope:
src/gallium/drivers/swr/rasterizer/common/os.cpp:115:13: warning: 'void SplitString(std::vector<std::__cxx11::basic_string<char> >&, const string&, char)' defined but not used [-Wunused-function]
static void SplitString(std::vector<std::string>& out_segments, const std::string& input, char splitToken)
^~~~~~~~~~~
scons: *** [build/windows-x86_64/gallium/drivers/swr/rasterizer/common/avx_os.o] Error 1
scons: *** [build/windows-x86_64/gallium/drivers/swr/rasterizer/codegen/avx_gen_knobs.o] Error 1
In file included from src/gallium/drivers/swr/rasterizer/core/utils.h:34:0,
from src/gallium/drivers/swr/rasterizer/jitter/jit_api.h:32,
from src/gallium/drivers/swr/swr_context.h:32,
from src/gallium/drivers/swr/swr_clear.cpp:24:
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: warning: attribute ignored in declaration of 'union simdvector' [-Wattributes]
OSALIGNSIMD(union) simdvector
^~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:44:20: note: attribute for 'union simdvector' must follow the 'union' keyword
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: warning: attribute ignored in declaration of 'union simd16vector' [-Wattributes]
OSALIGN(union, KNOB_SIMD16_BYTES) simd16vector
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/common/intrin.h:98:35: note: attribute for 'union simd16vector' must follow the 'union' keyword
In file included from src/gallium/drivers/swr/rasterizer/core/api.h:39:0,
from src/gallium/drivers/swr/rasterizer/core/utils.h:36,
from src/gallium/drivers/swr/rasterizer/jitter/jit_api.h:32,
from src/gallium/drivers/swr/swr_context.h:32,
from src/gallium/drivers/swr/swr_clear.cpp:24:
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: warning: attribute ignored in declaration of 'struct SWR_STATS' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS
^~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:588:21: note: attribute for 'struct SWR_STATS' must follow the 'struct' keyword
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: warning: attribute ignored in declaration of 'struct SWR_STATS_FE' [-Wattributes]
OSALIGNLINE(struct) SWR_STATS_FE
^~~~~~~~~~~~
src/gallium/drivers/swr/rasterizer/core/state.h:604:21: note: attribute for 'struct SWR_STATS_FE' must follow the 'struct' keyword
In file included from src/gallium/drivers/swr/rasterizer/common/os.h:268:0,
from src/gallium/drivers/swr/swr_context.h:27,
from src/gallium/drivers/swr/swr_clear.cpp:24:
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: note: (if you use '-fpermissive', G++ will accept your code, but allowing the use of an undeclared name is deprecated)
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:307:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
src/gallium/drivers/swr/rasterizer/core/utils.h: In static member function 'static typename TermT::FuncType TemplateArgUnroller<TermT, ArgsB>::GetFunc(IntArg<TMin, TMax>, TArgsT ...)':
src/gallium/drivers/swr/rasterizer/common/swr_assert.h:73:55: error: there are no arguments to '__assume' that depend on a template parameter, so a declaration of '__assume' must be available [-fpermissive]
#define SWR_ASSUME(e, ...) _SWR_MACRO_START __assume(e); _SWR_MACRO_END
^
src/gallium/drivers/swr/rasterizer/core/utils.h:328:9: note: in expansion of macro 'SWR_ASSUME'
SWR_ASSUME(false); return nullptr;
^
In file included from src/gallium/drivers/swr/swr_clear.cpp:24:0:
src/gallium/drivers/swr/swr_context.h: At global scope:
src/gallium/drivers/swr/swr_context.h:163:62: warning: ignoring attributes on template argument 'PFN_BLEND_JIT_FUNC {aka void (*)(const SWR_BLEND_STATE*, simdvector&, simdvector&, __vector(8) float&, unsigned int, unsigned char*, simdvector&, __vector(4) long long int*, __vector(4) long long int*)}' [-Wignored-attributes]
std::unordered_map<BLEND_COMPILE_STATE, PFN_BLEND_JIT_FUNC> *blendJIT;
^
In file included from src/gallium/drivers/swr/swr_clear.cpp:25:0:
src/gallium/drivers/swr/swr_query.h:37:21: warning: attribute ignored in declaration of 'struct swr_query' [-Wattributes]
OSALIGNLINE(struct) swr_query {
^~~~~~~~~
src/gallium/drivers/swr/swr_query.h:37:21: note: attribute for 'struct swr_query' must follow the 'struct' keyword
scons: *** [build/windows-x86_64/gallium/drivers/swr/avx_swr_clear.o] Error 1
scons: building terminated because of errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment