Commit Graph

3 Commits

Author SHA1 Message Date
Anthony Latsis
f8577a2731 IRGen: Address llvm::Type::getPointerTo deprecation
See https://github.com/llvm/llvm-project/pull/113331.
2025-07-21 12:37:15 +01:00
Allan Shortlidge
d19d4ee99b IRGen: Use AvailabilityRange::forDeploymentTarget().
It should be preferred over querying the deployment range from the availability
domain returned by `ASTContext::getTargetAvailabilityDomain()`.

NFC.
2025-07-17 14:14:21 -07:00
Nate Chandler
cb68533649 [CoroutineAccessors] Open-code a task_dealloc_thru
When building for back-deployment, emit calls to an open-coded
`_swift_task_dealloc_through` function rather than the runtime
`swift_task_dealloc_through` which doesn't exist on them.
2025-04-03 13:45:27 -07:00