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

clang 19.1.0.rc2 #42

Merged
merged 2 commits into from
Aug 20, 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
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