[llvm-dev] clang-cl and exceptions

Russell Wallace via llvm-dev llvm-dev at lists.llvm.org
Wed Sep 2 03:25:03 PDT 2015


Tried a small test just now to see how exception handling on Windows is
getting on, and it seems to work except for one thing.

clang-cl /EHsc (the Microsoft compiler option to enable exceptions) doesn't
do anything; they remain disabled. However, -Xclang -fcxx-exceptions
succeeds. Is this a bug in the handling of compatibility options or am I
missing something?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150902/fd351e3c/attachment.html>


More information about the llvm-dev mailing list