Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiler-rt 18.1.4 #105

Merged
merged 4 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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