nir: Fix missing snprintf symbol on Windows.
authorJose Fonseca <jfonseca@vmware.com>
Sun, 7 May 2017 16:58:56 +0000 (17:58 +0100)
committerJose Fonseca <jfonseca@vmware.com>
Sun, 7 May 2017 18:23:07 +0000 (19:23 +0100)
commitdab6a2dfd9cab05e7e9b57373546516bf153f080
treefb0cd9267db6354a481d4b57dd9fc136515c80ae
parent27ad060c6e69a408ce903f1dfbaaa6fa82c080a7
nir: Fix missing snprintf symbol on Windows.

Copy nir_print.c's snprintf definition for now, to unbreak Windows
builds.

We can and should cleanup all snprintf definitions in a follow up
change, but I rather not leave Windows build broken any further.

Trivial.
src/compiler/nir/nir_lower_atomics_to_ssbo.c