Skip to content
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-linux.yml

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

2 changes: 1 addition & 1 deletion recipe/activate-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ _tc_activation \
activate @CHOST@- "HOST,@CHOST@" \
"CONDA_TOOLCHAIN_HOST,@CHOST@" \
"CONDA_TOOLCHAIN_BUILD,@CBUILD@" \
ar as checksyms indr install_name_tool libtool lipo nm nmedit otool \
ar as checksyms install_name_tool libtool lipo nm nmedit otool \
pagestuff ranlib redo_prebinding seg_addr_table seg_hack segedit size strings strip \
clang ld \
"CC,${CC:-@CHOST@-clang}" \
Expand Down
2 changes: 1 addition & 1 deletion recipe/deactivate-clang.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ _tc_activation \
deactivate @CHOST@- "HOST,@CHOST@" \
"CONDA_TOOLCHAIN_HOST,@CHOST@" \
"CONDA_TOOLCHAIN_BUILD,@CBUILD@" \
ar as checksyms indr install_name_tool libtool lipo nm nmedit otool \
ar as checksyms install_name_tool libtool lipo nm nmedit otool \
pagestuff ranlib redo_prebinding seg_addr_table seg_hack segedit size strings strip \
clang ld \
"CC,${CC:-@CHOST@-clang}" \
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "11.1.0" %}
{% set version = "12.0.1" %}
{% set major_ver = version.split(".")[0] %}

package:
Expand All @@ -8,11 +8,11 @@ package:
# Not strictly needed but enables automatic updates from the bot
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: 74d2529159fd118c3eac6f90107b5611bccc6f647fdea104024183e8d5e25831
sha256: 129cb25cd13677aad951ce5c2deb0fe4afc1e9d98950f53b51bdcfb5a73afa0e

build:
skip: true # [win]
number: 2
number: 0

requirements:
build:
Expand Down