Commit 4b3d0b4c by Nicolas Capens

Switch to Subzero instead of LLVM on Linux.

Change-Id: Ib13af2fb929df98e0bb0e5af33a935942d854706 Reviewed-on: https://swiftshader-review.googlesource.com/9008Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com> (cherry picked from commit 2aeaa6f445b1878a1ee3986c3b08ffa50323b366) Reviewed-on: https://swiftshader-review.googlesource.com/9108Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent 26690edf
......@@ -15,7 +15,7 @@
declare_args() {
# Currently, Subzero is not used by default
# LLVM is still the default backend
use_swiftshader_with_subzero = is_win
use_swiftshader_with_subzero = is_win || is_linux
}
# 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