GkvJwa wrote: > perhaps updating clang/test/CodeGenCXX/exceptions-seh.cpp to check that the > code can compile without `/EHa`, but without checking the generated code? > that seems better than no test
The problem here is that without using `/eha`, the code itself will behave unexpectedly, simply checking if it compiles successfully is meaningless. https://github.com/llvm/llvm-project/pull/180108 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
