mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Emit symbols for `@differentiable` and `@derivative` declaration attributes: - Differentiability witness symbols. - Derivative function (JVP/VJP) symbols. - Linear map (differential/pullback) symbols. Add TBDGen test.