-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[interop] add itanium ABI support for trapping on uncaught exceptions when making a foreign call #63809
Conversation
|
@swift-ci please test |
…n making a foreign call
|
@swift-ci please test |
|
@swift-ci please test linux platform |
… are also disabled
…ap on uncaught exceptions
…s can trap on uncaught exceptions
|
@swift-ci please test |
|
@swift-ci please test |
|
@swift-ci please test source compatibility |
|
@swift-ci please test macOS |
|
@swift-ci please test source compatibility |
|
@swift-ci please test |
|
@swift-ci please test source compatibility |
|
@swift-ci please test linux platform |
|
@swift-ci please build toolchain |
|
@swift-ci please test linux platform |
|
the source compat failures are unrelated (#63869) |
…e enabled in trap-on-exception-execution.swift
|
@swift-ci please test |
|
@swift-ci please test source compatibility |
|
@hyp, it appears this broke a couple of these tests on the Android AArch64 CI, do we just need to add |
|
@buttaface yes, please add |
…on macOS These flags were recently added to the macOS versions of these tests in swiftlang#63809.
Enabled when C++ interop is enabled, unless Clang args disable exceptions. Still needs MSVC eh support. I'm planning to add it in a follow-up after doing some refactorings in Clang.