Enable Kokoro LLVM 10 builds on Windows

Bug: b/152339534
Change-Id: Ia5a05a77bc6150b02bd467dda2d5c090181fc8c0
Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46209
Kokoro-Result: kokoro <noreply+kokoro@google.com>
Reviewed-by: Nicolas Capens <nicolascapens@google.com>
Tested-by: Antonio Maiorano <amaiorano@google.com>
diff --git a/tests/kokoro/gcp_windows/continuous.bat b/tests/kokoro/gcp_windows/continuous.bat
index c4098ed..8603840 100644
--- a/tests/kokoro/gcp_windows/continuous.bat
+++ b/tests/kokoro/gcp_windows/continuous.bat
@@ -7,12 +7,7 @@
 
 cd %SRC% || goto :error
 
-IF "%LLVM_VERSION%"=="10.0" (
-  ECHO "TODO(b/152339534): LLVM 10 migration is still in progress"
-  EXIT 0
-)
-
-# Lower the amount of debug info, to reduce Kokoro build times.
+REM Lower the amount of debug info, to reduce Kokoro build times.
 SET LESS_DEBUG_INFO=1
 
 cd %SRC%\build || goto :error