We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a9186 commit 2f301e7Copy full SHA for 2f301e7
.ci/vs2022.yml
@@ -299,7 +299,7 @@ stages:
299
nuget install pythonarm64 -Version 3.10.4
300
echo "##vso[task.setvariable variable=PYTHON_ROOT;]${PWD}\pythonarm64.3.10.4\tools"
301
(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'
+ $stdatomic = 'C:\Program Files\LLVM\lib\clang\15.0.5\include\stdatomic.h'
303
if (Test-Path -Path $stdatomic) {
304
(Get-Content $stdatomic).replace('#if __STDC_HOSTED__ && __has_include_next(<stdatomic.h>)', '#if 0') | Set-Content $stdatomic
305
}
0 commit comments