Commit ab5339f7 by Alexis Hetu Committed by Alexis Hétu

Enabling Subzero compilation on Windows

Once Subzero is pulled by Chromium (see https://codereview.chromium.org/2695813002/), we'll enable Subzero compilation on Windows. Change-Id: I3464dbd98224b3ac602aef3c4a27596366d275b3 Reviewed-on: https://swiftshader-review.googlesource.com/8772Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com>
parent ce57a9a5
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
declare_args() { declare_args() {
# Currently, Subzero is not used by default # Currently, Subzero is not used by default
# LLVM is still the default backend # LLVM is still the default backend
use_swiftshader_with_subzero = false use_swiftshader_with_subzero = is_win
} }
# Need a separate config to ensure the warnings are added to the end. # Need a separate config to ensure the warnings are added to the end.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment