Commit 89f263f
forms: Fix issue with Qt 6.8.3 and Clang 21
Clang 21 enabled built-in support for "__yield" but requires including
"arm_acle.h" to work. Qt's "qyieldcpu" header will emit code using the
function without including the declaration and thus fail compilation
A fix for Qt is pending, but AppleClang 21 is shipped since 2026-03-24
with Xcode 26.4 and thus the project cannot be compiled after a
toolchain update otherwise.1 parent 68bebc2 commit 89f263f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments