Commit b42e1ed3 by Ben Clayton

Kokoro: Test LLVM 10 backend for macos

Bug: b/152339534 Change-Id: Icfbd4d3a00ffb322d083dccd7aee980ae1ee91d6 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/43109Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Kokoro-Result: kokoro <noreply+kokoro@google.com> Tested-by: 's avatarBen Clayton <bclayton@google.com>
parent 933a8df0
......@@ -15,11 +15,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.
SWIFTSHADER_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