Skip to content

Commit b5d2e16

Browse files
Merge branch 'llvm-head' into llvm-update-950
2 parents d07e241 + 8c651f8 commit b5d2e16

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/llvm-build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ jobs:
3232
- {runner: 'AlmaLinux 8', runs_on: ['self-hosted', 'CPU'], target-os: 'almalinux', arch: 'x64'}
3333
- {runner: 'MacOS X64', runs_on: 'macos-12', target-os: 'macos', arch: 'x64'}
3434
- {runner: 'MacOS ARM64', runs_on: 'macos-12', target-os: 'macos', arch: 'arm64'}
35-
# TODO(#2805): add back once the workflow works and runs in comparable time to the other ones
36-
# - {runner: 'Windows Latest', runs_on: 'windows-latest', target-os: 'windows', arch: 'x64'}
35+
- {runner: 'Windows Latest', runs_on: 'windows-latest', target-os: 'windows', arch: 'x64'}
3736

3837
steps:
3938

@@ -127,7 +126,8 @@ jobs:
127126
-DLLVM_BUILD_TOOLS=ON
128127
-DLLVM_ENABLE_ASSERTIONS=ON
129128
-DMLIR_ENABLE_BINDINGS_PYTHON=ON
130-
-DLLVM_ENABLE_PROJECTS="clang;mlir"
129+
-DLLVM_ENABLE_PROJECTS="mlir;llvm"
130+
-DLLVM_ENABLE_DIA_SDK=OFF
131131
-DLLVM_INSTALL_UTILS=ON
132132
-DLLVM_TARGETS_TO_BUILD="host;NVPTX;AMDGPU"
133133
-DLLVM_ENABLE_TERMINFO=OFF
@@ -300,6 +300,7 @@ jobs:
300300

301301
- name: Upload LLVM Artifacts to Azure
302302
if: ${{ (github.repository == 'triton-lang/triton') }}
303+
shell: bash -el {0}
303304
run: |
304305
az storage blob upload --account-name oaitriton --auth-mode login --container-name public --file "${{ env.llvm_install_dir }}.tar.gz" --name "llvm-builds/${{ env.llvm_install_dir }}.tar.gz" --overwrite
305306

cmake/llvm-hash.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1f20eee6dc367bd202895e3eedb03974a628ef16
1+
1f20eee6dc367bd202895e3eedb03974a628ef16

0 commit comments

Comments
 (0)