[SLP][REVEC] The vectorized result for ShuffleVector may not be ShuffleVectorInst...
[llvm-project.git] / libc / utils / buildbot / run.sh
blob45f8df47ede7b8122e3d4821b212603739aa9e5c
1 #!/bin/bash
3 # This serves as the entrypoint for docker to allow us to
4 # run and start the buildbot while supplying the password
5 # as an argument.
6 buildbot-worker create-worker --keepalive=200 "${WORKER_NAME}" \
7 lab.llvm.org:9990 "${WORKER_NAME}" "$1"
9 buildbot-worker start "${WORKER_NAME}"
10 tail -f ${WORKER_NAME}/twistd.log