mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
We need to only generate references to `_swift_exceptionPersonality` if we're building for a new enough runtime. The previous code was good on Darwin, but would have resulted in build problems on Linux. rdar://120952971