Skip to content

Commit

Permalink
Merge pull request #105 from xhochy/18.1.4
Browse files Browse the repository at this point in the history
compiler-rt 18.1.4
  • Loading branch information
h-vetinari committed May 1, 2024
2 parents 607eeda + 82d51d1 commit a6c2f86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

8 changes: 6 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "18.1.3" %}
{% set version = "18.1.4" %}
{% set major_ver = version.split('.')[0] %}

package:
Expand All @@ -7,7 +7,7 @@ package:

source:
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 2929f62d69dec0379e529eb632c40e15191e36f3bd58c2cb2df0413a0dc48651
sha256: 2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b
patches:
- patches/0001-no-code-sign.patch
- patches/0002-compiler-rt-Make-7.0.0-compatible-with-10.9-SDK.patch
Expand All @@ -19,6 +19,7 @@ requirements:
build:
- cmake >=3.4.3
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
- python *
- ninja
- llvmdev {{ version }} # [build_platform != target_platform]
Expand All @@ -35,10 +36,12 @@ outputs:
noarch: generic
ignore_run_exports_from:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
detect_binary_files_with_prefix: false # [win]
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
run:
- clang {{ version }}
Expand All @@ -59,6 +62,7 @@ outputs:
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib('c') }}
host:
run:
- clang {{ version }}
Expand Down

0 comments on commit a6c2f86

Please sign in to comment.