search for: windowsgccimprov

Displaying 2 results from an estimated 2 matches for "windowsgccimprov".

2011 Jun 09
0
[LLVMdev] Advice on MachineMoves and SEH
...ght about adding a new array specific > to SEH information, but I'm not sure how you guys would feel about that. > Any ideas on how to solve this problem? Just a comment on the main idea of SEH being in LLVM. It should be noted that Borland owns a patent on SEH: http://gcc.gnu.org/wiki/WindowsGCCImprovements I think we should proceed with caution in this case. -bw
2011 Jun 02
4
[LLVMdev] Advice on MachineMoves and SEH
Hi, If you've been following llvm-commits, you might know that I've been working on implementing support for SEH--specifically, the Win64 variant of it--in LLVM. I know a lot of you couldn't care less about this, but I'd really appreciate some advice about this. I'm almost to the point where it's possible to use GCC-style exceptions under Win64, but I've hit a small