Re: Building GNUstep for Windows using Clang
David Chisnall <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.devel |
|---|---|
| Message-ID | <[email protected]> |
On 30/11/2020 16:52, Frederik Seiffert wrote: > Some of these were also resolved by the PR (all the ones using OBJC_HOOK), so we’re just left with the exception handling ones (see above). Clang should be using SEH exception handling (not DWARF) according to verbose output, so it’s all pretty strange to me. I think this is a clang bug. I am probably guarding this on an MSVC target triple and not on SEH exceptions. Please can you file a clang bug and assign it to me? David