Skip to content
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

MinGW: Add exception-handling façades to libobjc2 #280

Merged
merged 3 commits into from Feb 27, 2024

Conversation

qmfrederik
Copy link
Collaborator

The current implementation uses functions which are declared in the
C++ standard library to throw and catch exceptions.
This requires linking with said library, which most toolchains do not
do natively.

@qmfrederik
Copy link
Collaborator Author

Also fixes the visibility of objc_alloc, objc_allocWithZone and objc_allocInit - #277 (comment)

@qmfrederik
Copy link
Collaborator Author

Also removes the weak annotation on functions in objcxx_eh.h - https://github.com/gnustep/libobjc2/pull/279/files#r1492653201

@qmfrederik
Copy link
Collaborator Author

qmfrederik commented Feb 21, 2024

Twin commit in the clang repo: llvm/llvm-project@10db940

@qmfrederik
Copy link
Collaborator Author

@davidchisnall Would you mind reviewing this and let me know what you think?

@qmfrederik qmfrederik merged commit cdd58c4 into gnustep:master Feb 27, 2024
59 checks passed
@qmfrederik qmfrederik deleted the mingw-cxx-symbols branch February 27, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants