Skip to content

Commit

Permalink
lld 17.0.0.rc1 (#69)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 30, 2023
2 parents fb3f379 + 5a997f9 commit 35c169c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 3 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{% set version = "17.0.0.dev0" %}
{% set version = "17.0.0.rc1" %}

package:
name: lld
version: {{ version }}

source:
git_url: https://github.com/llvm/llvm-project.git
git_rev: a4f4d82c35b80b681687b545200456e79a82d9c2
# url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
# sha256: ce5e71081d17ce9e86d7cbcfa28c4b04b9300f8fb7e78422b1feb6bc52c3028e
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 01b80625c131b8281dcf76a4e6395d10f45835c60e27357c92abf5a98c9a0337
patches:
- patches/0001-point-header-inclusion-in-lld-MachO-CMakeLists.txt-t.patch

Expand Down

0 comments on commit 35c169c

Please sign in to comment.