Skip to content

Commit

Permalink
compiler-rt v18.1.6 (#107)
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 May 26, 2024
2 parents 36680af + 3ba752c commit cd0a54a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 89 deletions.
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '11.0'
c_stdlib:
- macosx_deployment_target
c_stdlib_version:
- '10.9'
- '10.13'
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

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

package:
Expand All @@ -7,10 +7,9 @@ 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: 3591a52761a7d390ede51af01ea73abfecc4b1d16445f9d019b67a57edd7de56
sha256: bd4b4cb6374bcd5fc5a3ba60cb80425d29da34f316b8821abc12c0db225cf6b4
patches:
- patches/0001-no-code-sign.patch
- patches/0002-compiler-rt-Make-7.0.0-compatible-with-10.9-SDK.patch

build:
number: 0
Expand Down
11 changes: 4 additions & 7 deletions recipe/patches/0001-no-code-sign.patch
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
From 97bf8a10a839e06d50a82e151e72c5ccec7233d8 Mon Sep 17 00:00:00 2001
From bf3c5b20918704c6f07f5aecef840376fd3b0806 Mon Sep 17 00:00:00 2001
From: Isuru Fernando <[email protected]>
Date: Mon, 22 Apr 2019 02:00:30 -0500
Subject: [PATCH 1/2] no code sign
Subject: [PATCH] no code sign

---
compiler-rt/cmake/Modules/AddCompilerRT.cmake | 28 -------------------
1 file changed, 28 deletions(-)

diff --git a/compiler-rt/cmake/Modules/AddCompilerRT.cmake b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
index 2771a4063c..73ddee3bd4 100644
index e0400a8ea952..ee51eb5bc514 100644
--- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake
+++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake
@@ -399,34 +399,6 @@ function(add_compiler_rt_runtime name type)
@@ -392,34 +392,6 @@ function(add_compiler_rt_runtime name type)
set_target_properties(${libname} PROPERTIES IMPORT_PREFIX "")
set_target_properties(${libname} PROPERTIES IMPORT_SUFFIX ".lib")
endif()
Expand Down Expand Up @@ -46,6 +46,3 @@ index 2771a4063c..73ddee3bd4 100644
endif()

set(parent_target_arg)
--
2.38.1.windows.1

This file was deleted.

0 comments on commit cd0a54a

Please sign in to comment.