Commit e2febff0 by Alexis Hetu Committed by Alexis Hétu

Switching MacOS to use Subzero

Currently Windows and Linux already use the Subzero backend, while MacOS still uses the LLVM backend. This cl switches MacOS to using the Subzero backend. Change-Id: Ibc20add93c5f413271832fd1dd7fe7ae00cda9f4 Reviewed-on: https://swiftshader-review.googlesource.com/11213Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Tested-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 1730b2df
...@@ -17,7 +17,7 @@ import("../swiftshader.gni") ...@@ -17,7 +17,7 @@ import("../swiftshader.gni")
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 = is_win || is_linux || is_chromeos use_swiftshader_with_subzero = is_win || is_linux || is_mac || is_chromeos
} }
# 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