Displaying 1 result from an estimated 1 matches for "errorunspported".
2014 Dec 19
5
[LLVMdev] Windows EH support
...---------------------
* Add support for MSVC-specific try-except IR emission to clang.
This seems fairly straight-forward. I saw some code in your D5607 review to add a way to access the correct personality function. Other than that, it looks like this will just be a matter of removing the "ErrorUnspported" blocks and adding MSVC-specific support to the parts of the code that are currently generating libc++abi calls for throwing and catching exceptions. The general shape of the IR generated seems to be correct.
* Add support for outlining C++ catch handlers
This will be very similar to the f...