search for: b7b846ad

Displaying 1 result from an estimated 1 matches for "b7b846ad".

2013 Oct 03
0
[LLVMdev] Exceptions do not work with MCJIT on Windows 7
...nks, Yaron #include <iostream> int main() { try { throw 1; } catch (...) { std::cout<<"Caught!\n"; } return 0; } -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131003/b7b846ad/attachment.html>