20 Dec
2020
20 Dec
'20
11:32 a.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> On 18.12.2020 23:37, Martin Storsjo wrote:
In MSVC mode, the __SEH__ macro isn't defined, but the .seh directives are supported in assembly. In these cases, we have to hardcode which architectures we know clang supports SEH directives in as it's not exposed otherwise.
Signed-off-by: Martin Storsjo<martin(a)martin.st>
Nice. I recall having build problems with something like that, but your patch works fine now. Maybe it was only about x86. Thanks, Jacek