2 Commits

Author SHA1 Message Date
Nico Weber
e272c37934 clang; Try to get windows-seh-async-verify.cpp to pass on mac
On macOS, file paths start with /Users/..., which clang-cl interptrets
as the /U switch followed by a preprocessor macro name to undefine.

Put the filename after `--` to prevent this. For consistency, move %s
to the end of the regular `clang` lines (where this isn't needed) as
well.
2024-04-16 08:33:25 -04:00
Phoebe Wang
b0194d2894
[SEH] Ignore async exception flag when the environment is not MSVC (#88101)
Fixes #62449
2024-04-16 18:19:50 +08:00