Displaying 2 results from an estimated 2 matches for "072145".
Did you mean:
372145
2014 Apr 17
2
[LLVMdev] [PATCH] Seh exceptions on Win64
...gue is dead code
and eliminated.
> It looks like MSVC solves this problem by inserting 'int 3' after calls
> to noreturns. This is actually the prime motivation for me wanting to
> emit code for 'unreachable'
> <http://lists.cs.uiuc.edu/pipermail/llvmdev/2014-April/072145.html> ...
>
> Vadim
Yaron also pointed out that
int main() { throw 1; }
generates two .seh_endprologue instructions. I still did not fix this bug.
Regards,
Kai
>
>
> On Tue, Apr 15, 2014 at 11:43 AM, Martell Malone
> <martellmalone at gmail.com <mailto:martellmalone...
2014 Apr 15
10
[LLVMdev] [PATCH] Seh exceptions on Win64
Hi,
I'd like to submit a patch to match the clang patch on the front end.
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20140414/103257.html
The front end doesn't need this patch to work but it's still important.
This is mostly based on work done by kai from redstar.de
Could I get some feedback on this?
I'm not sure if the emitting of the register names will effect