Commit 52325ea5 by Alexis Hetu Committed by Alexis Hétu

Enable Subzero on ChromeOS

Switching SwiftShader on ChromeOS from LLVM to Subzero. Change-Id: Ica9ac278272f99b94d365f03fbd7a4860ad3503d Reviewed-on: https://swiftshader-review.googlesource.com/11309Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent b59a58e8
...@@ -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 use_swiftshader_with_subzero = is_win || is_linux || 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