Commit c8974b38 by Ben Clayton

Kokoro: Test LLVM 10 backend for ubuntu

Bug: b/152339534 Change-Id: Iff7d6d8955ce88beb6d9b98545c8d626ccb93801 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43108 Kokoro-Presubmit: kokoro <noreply+kokoro@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 834c0e7a
......@@ -17,11 +17,6 @@ if [[ -z "${REACTOR_BACKEND}" ]]; then
REACTOR_BACKEND="LLVM"
fi
if [[ "${LLVM_VERSION}" == "10.0" ]]; then
echo "TODO(b/152339534): LLVM 10 migration is still in progress"
exit 0
fi
# Lower the amount of debug info, to reduce Kokoro build times.
LESS_DEBUG_INFO=1
......
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