We've never provided these headers so set the preprocessor
toggles to reflect that.
Details
Details
- Reviewers
aaron.ballman - Commits
- rG32d441bfb4f3: [PS4/PS5] Specify no <complex.h> or <threads.h>
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Just to double-check, no to threads but yes to atomics? (Checking whether you also need __STDC_NO_ATOMICS__ or not.)
Should this have a release note?
Comment Actions
That's correct, I do see <stdatomic.h> in our SDK.
I don't see a need for a release note; we're not actually removing anything that we used to support.