Skip to content

Commit 2f301e7

Browse files
authored
Update vs2022.yml
AzDO builders were updated to LLVM 15.0.5, update the path.
1 parent 28a9186 commit 2f301e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/vs2022.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ stages:
299299
nuget install pythonarm64 -Version 3.10.4
300300
echo "##vso[task.setvariable variable=PYTHON_ROOT;]${PWD}\pythonarm64.3.10.4\tools"
301301
(Get-Content $(Build.SourcesDirectory)/swift/cmake/caches/Windows-arm64.cmake).replace(' runtimes', '') | Set-Content $(Build.SourcesDirectory)/swift/cmake/caches/Windows-arm64.cmake
302-
$stdatomic = 'C:\Program Files\LLVM\lib\clang\13.0.1\include\stdatomic.h'
302+
$stdatomic = 'C:\Program Files\LLVM\lib\clang\15.0.5\include\stdatomic.h'
303303
if (Test-Path -Path $stdatomic) {
304304
(Get-Content $stdatomic).replace('#if __STDC_HOSTED__ && __has_include_next(<stdatomic.h>)', '#if 0') | Set-Content $stdatomic
305305
}

0 commit comments

Comments
 (0)