[X86] Fix aliasing check between TargetFrameIndex and FrameIndex
[llvm-project.git] / .ci / generate-buildkite-pipeline-scheduled
blob7fa869f70c0cfd00dc13fc7f24cef102d1ff7840
1 #!/usr/bin/env bash
2 #===----------------------------------------------------------------------===##
4 # Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
5 # See https://llvm.org/LICENSE.txt for license information.
6 # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
8 #===----------------------------------------------------------------------===##
11 # This file generates a Buildkite pipeline that triggers the various CI jobs for
12 # the LLVM project on scheduled builds.
14 # See https://buildkite.com/docs/agent/v3/cli-pipeline#pipeline-format.
17 cat <<EOF
18 steps:
19 - trigger: "libcxx-ci"
20 build:
21 message: "${BUILDKITE_MESSAGE}"
22 commit: "${BUILDKITE_COMMIT}"
23 branch: "${BUILDKITE_BRANCH}"
25 - trigger: "clang-ci"
26 build:
27 message: "${BUILDKITE_MESSAGE}"
28 commit: "${BUILDKITE_COMMIT}"
29 branch: "${BUILDKITE_BRANCH}"
30 EOF