Home
last modified time | relevance | path

Searched full:checkout (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project/llvm/utils/docker/scripts/llvm_checksum/
H A Dproject_tree.py14 """An LLVM project with a descriptive name and a relative checkout path."""
28 checkout_root: root of the LLVM checkout.
29 all_projects: projects in the LLVM checkout.
57 … """Returns a list of LLVMProject instances, describing relative paths of a typical LLVM checkout.
62 source tree checkout.
69 # Projects that reside inside 'projects/' in a single source tree checkout.
78 # Projects that reside inside 'tools/' in a single source tree checkout.
H A Dllvm_checksum.py2 """ A small program to compute checksums of LLVM checkout.
41 + "typical single source tree checkout.",
76 root_path: a directory of llvm checkout.
77 projects: a list of LLVMProject instances, which describe checkout paths,
/llvm-project/llvm/utils/docker/scripts/
H A Dcheckout.sh2 #===- llvm/utils/docker/scripts/checkout.sh ---------------------===//
14 Usage: checkout.sh [options]
16 Checkout git sources into /tmp/clang-build/src. Used inside a docker container.
20 -b|--branch git branch to checkout, i.e. 'main',
23 -r|--revision git revision to checkout
105 git checkout -q $GIT_REV_ARG
116 echo "Validating checksums for LLVM checkout..."
/llvm-project/bolt/utils/
H A Dnfc-check-setup.py43 help="Checkout back to the starting revision",
48 help="Revision to checkout to compare vs HEAD",
83 # save local changes before checkout
86 subprocess.run(shlex.split(f"git checkout -f {args.cmp_rev}"), cwd=source_dir)
107 subprocess.run(shlex.split(f"git checkout {old_ref}"), cwd=source_dir)
112 f"git checkout {old_ref}\n"
/llvm-project/.github/workflows/
H A Dbuild-ci-container.yml32 - name: Checkout LLVM
33 uses: actions/checkout@v4
35 sparse-checkout: .github/workflows/containers/github-action-ci/
H A Dpr-code-format.yml22 uses: actions/checkout@v4
26 - name: Checkout through merge base
43 uses: actions/checkout@v4
47 sparse-checkout: |
50 sparse-checkout-cone-mode: false
H A Dpr-request-release-note.yml21 - name: Checkout Scripts
22 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
24 sparse-checkout: |
27 sparse-checkout-cone-mode: false
H A Dpr-subscriber.yml16 - name: Checkout Automation Script
17 uses: actions/checkout@v4
19 sparse-checkout: llvm/utils/git/
H A Dissue-subscriber.yml16 - name: Checkout Automation Script
17 uses: actions/checkout@v4
19 sparse-checkout: llvm/utils/git/
H A Dmerged-prs.yml23 - name: Checkout Automation Script
24 uses: actions/checkout@v4
26 sparse-checkout: llvm/utils/git/
H A Drelease-documentation.yml36 - name: Checkout LLVM
37 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
69 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
85 git checkout -b ${{ inputs.release-version }}
H A Dnew-prs.yml37 - name: Checkout Automation Script
38 uses: actions/checkout@v4
40 sparse-checkout: llvm/utils/git/
H A Dlibcxx-build-and-test.yaml58 - uses: actions/checkout@v4
104 - uses: actions/checkout@v4
168 - uses: actions/checkout@v4
206 - uses: actions/checkout@v4
246 - uses: actions/checkout@v4
H A Drelease-doxygen.yml42 - name: Checkout LLVM
43 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
H A Drelease-lit.yml30 - name: Checkout LLVM
31 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
H A Dscorecard.yml33 - name: "Checkout code"
34 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
H A Drelease-binaries.yml74 - name: Checkout LLVM
75 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
194 - name: Checkout Actions
195 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
198 sparse-checkout: |
200 sparse-checkout-cone-mode: false
201 # Check out outside of working directory so the source checkout doesn't
205 # actions/checkout does not support paths outside of the GITHUB_WORKSPACE.
207 # by future actions/checkout steps. Therefore, in order to checkout th
[all...]
/llvm-project/llvm/docs/Proposals/
H A DGitHubMove.rst118 given checkout matches a given set of results." [TrickRevNum]_
217 Putting all sub-projects in a single checkout makes cross-project refactoring
296 * :ref:`Checkout/Clone a Single Project, without Commit Access <workflow-checkout-commit>`.
297 * :ref:`Checkout/Clone Multiple Projects, with Commit Access <workflow-monocheckout-multicommit>`.
309 .. _workflow-checkout-commit:
311 Checkout/Clone a Single Project, with Commit Access
319 # direct SVN checkout
347 directories using a Git sparse checkout::
350 echo /compiler-rt > .git/info/sparse-checkout
354 checkout, you only see `compiler-rt`.
[all …]
/llvm-project/llvm/lib/ExecutionEngine/IntelJITProfiling/
H A DCMakeLists.txt24 execute_process(COMMAND ${GIT_EXECUTABLE} checkout ${ITTAPI_GIT_TAG}
28 …message(FATAL_ERROR "git checkout ${ITTAPI_GIT_TAG} failed with ${GIT_CHECKOUT_RESULT}, please che…
/llvm-project/llvm/utils/docker/
H A Dbuild_docker_image.sh29 Checkout arguments:
30 -b|--branch git branch to checkout, i.e. 'main',
33 -r|--revision git revision to checkout
41 --checksums name of a file, containing checksums of llvm checkout.
42 Script will fail if checksums of the checkout do not
/llvm-project/polly/lib/External/
H A Dupdate-isl.sh11 # Checkout isl source code
14 (cd $GITDIR && git checkout --detach $1)
/llvm-project/llvm/utils/docker/nvidia-cuda/
H A DDockerfile20 # Checkout the source code.
22 RUN /tmp/scripts/checkout.sh ${checkout_args}
/llvm-project/libc/docs/
H A Dfull_cross_build.rst57 $> cd llvm-project # The llvm-project checkout
106 $> cd llvm-project # The llvm-project checkout
/llvm-project/llvm/utils/docker/example/
H A DDockerfile22 # Checkout the source code.
24 RUN /tmp/scripts/checkout.sh ${checkout_args}
/llvm-project/libc/docs/gpu/
H A Dbuilding.rst41 $> cd llvm-project # The llvm-project checkout
75 $> cd llvm-project # The llvm-project checkout
96 $> cd llvm-project # The llvm-project checkout
125 $> cd llvm-project # The llvm-project checkout

1234