Skip to content

Commit

Permalink
clang 19.1.0.rc2 (#42)
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 Aug 20, 2024
2 parents 39d5e62 + ebccd7c commit 1bb6a07
Show file tree
Hide file tree
Showing 37 changed files with 597 additions and 96 deletions.
32 changes: 20 additions & 12 deletions .azure-pipelines/azure-pipelines-linux.yml

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

60 changes: 36 additions & 24 deletions .azure-pipelines/azure-pipelines-osx.yml

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

30 changes: 18 additions & 12 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ docker_image:
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
CHOST_BASE:
- x86_64-pc-windows-msvc
CLANG_VERSION:
- 19.1.0.rc2
CL_VERSION:
- 19.29.30139
FINAL_CFLAGS:
- -march=nocona -mtune=haswell -ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections
-pipe
FINAL_CXXFLAGS:
- -fvisibility-inlines-hidden -std=c++17 -fmessage-length=0 -march=nocona -mtune=haswell
-ftree-vectorize -fstack-protector-strong -O2 -ffunction-sections -pipe
MSVC_HEADERS_VERSION:
- 14.29.30133
RUNTIME_VERSION:
- 14.29.30139
TOOLCHAIN_COMBINED:
- 14.29.16.11
VCVER:
- '14.2'
WINSDK_URL:
- https://go.microsoft.com/fwlink/?linkid=2249825
WINSDK_VERSION:
- 10.0.22621.0
cdt_name:
- cos7
channel_sources:
- conda-forge/label/llvm_rc,conda-forge
channel_targets:
- conda-forge llvm_rc
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - CLANG_VERSION
- channel_sources
- channel_targets
- - VCVER
- RUNTIME_VERSION
- CL_VERSION
- TOOLCHAIN_COMBINED
- MSVC_HEADERS_VERSION
Loading

0 comments on commit 1bb6a07

Please sign in to comment.