/llvm-project/llvm/utils/docker/scripts/llvm_checksum/ |
H A D | project_tree.py | 14 """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 D | llvm_checksum.py | 2 """ 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 D | checkout.sh | 2 #===- 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 D | nfc-check-setup.py | 43 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 D | build-ci-container.yml | 32 - name: Checkout LLVM 33 uses: actions/checkout@v4 35 sparse-checkout: .github/workflows/containers/github-action-ci/
|
H A D | pr-code-format.yml | 22 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 D | pr-request-release-note.yml | 21 - name: Checkout Scripts 22 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 24 sparse-checkout: | 27 sparse-checkout-cone-mode: false
|
H A D | pr-subscriber.yml | 16 - name: Checkout Automation Script 17 uses: actions/checkout@v4 19 sparse-checkout: llvm/utils/git/
|
H A D | issue-subscriber.yml | 16 - name: Checkout Automation Script 17 uses: actions/checkout@v4 19 sparse-checkout: llvm/utils/git/
|
H A D | merged-prs.yml | 23 - name: Checkout Automation Script 24 uses: actions/checkout@v4 26 sparse-checkout: llvm/utils/git/
|
H A D | release-documentation.yml | 36 - 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 D | new-prs.yml | 37 - name: Checkout Automation Script 38 uses: actions/checkout@v4 40 sparse-checkout: llvm/utils/git/
|
H A D | libcxx-build-and-test.yaml | 58 - 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 D | release-doxygen.yml | 42 - name: Checkout LLVM 43 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
H A D | release-lit.yml | 30 - name: Checkout LLVM 31 uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
H A D | scorecard.yml | 33 - name: "Checkout code" 34 uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
|
H A D | release-binaries.yml | 74 - 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 D | GitHubMove.rst | 118 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 D | CMakeLists.txt | 24 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 D | build_docker_image.sh | 29 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 D | update-isl.sh | 11 # Checkout isl source code 14 (cd $GITDIR && git checkout --detach $1)
|
/llvm-project/llvm/utils/docker/nvidia-cuda/ |
H A D | Dockerfile | 20 # Checkout the source code. 22 RUN /tmp/scripts/checkout.sh ${checkout_args}
|
/llvm-project/libc/docs/ |
H A D | full_cross_build.rst | 57 $> cd llvm-project # The llvm-project checkout 106 $> cd llvm-project # The llvm-project checkout
|
/llvm-project/llvm/utils/docker/example/ |
H A D | Dockerfile | 22 # Checkout the source code. 24 RUN /tmp/scripts/checkout.sh ${checkout_args}
|
/llvm-project/libc/docs/gpu/ |
H A D | building.rst | 41 $> 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
|