Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_lld.sha256sums as well
LLVM_VER: 9.0.0
LLVM_VER: 14.0.0
Comment thread
maxhaton marked this conversation as resolved.
ARCH: x86
steps:
- template: .azure-pipelines/build-lld.yml
Expand All @@ -24,7 +24,7 @@ jobs:
variables:
VSINSTALLDIR: C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\
# NB: update windows/build_lld.sha256sums as well
LLVM_VER: 9.0.0
LLVM_VER: 14.0.0
ARCH: x64
steps:
- template: .azure-pipelines/build-lld.yml
Expand Down