R-Goc wrote:

This fixes compilation with clang-cl using /EHa. Some libraries (found this 
trying to compile openCV, but it is not isolated, and other people also 
reported this) use asynchronous exception handling. Currently the compiler will 
either freeze or segfault and will hit an assert if assertions are enabled. 
Affects clang versions 17+, support for /EHa was introduced in clang 17, along 
with this bug. Providing support for /EHa compilation ensures compatibility 
with MSVC which compiles the code without any issues. 

https://github.com/llvm/llvm-project/pull/107466
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to