commit | 4b3d0b4c593e65f86bf607c3196a8e72ed8f5a8e | [log] [tgz] |
---|---|---|
author | Nicolas Capens <capn@google.com> | Mon Mar 27 12:09:44 2017 -0400 |
committer | Nicolas Capens <capn@google.com> | Mon Apr 03 16:50:27 2017 +0000 |
tree | f27946e976ff483e888db70ad2fac2cbc622fc78 | |
parent | 26690edf7d33e0bec77490973e568cf18cf90138 [diff] |
Switch to Subzero instead of LLVM on Linux. Change-Id: Ib13af2fb929df98e0bb0e5af33a935942d854706 Reviewed-on: https://swiftshader-review.googlesource.com/9008 Reviewed-by: Nicolas Capens <capn@google.com> Tested-by: Nicolas Capens <capn@google.com> (cherry picked from commit 2aeaa6f445b1878a1ee3986c3b08ffa50323b366) Reviewed-on: https://swiftshader-review.googlesource.com/9108 Reviewed-by: Alexis Hétu <sugoi@google.com>
diff --git a/src/Reactor/BUILD.gn b/src/Reactor/BUILD.gn index 9495847..292b31f 100644 --- a/src/Reactor/BUILD.gn +++ b/src/Reactor/BUILD.gn
@@ -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.