[llvm-commits] [patches] Win64 EH improvements

Anton Korobeynikov anton at korobeynikov.info
Sun Sep 2 02:35:25 PDT 2012


>> > 0007-Extend-machine-to-provide-exception-handling-options.patch
>> Why do you need this?
>  Well, all the other code-gen options are already in this class, so I
> extended it to provide exception handling acessors too.
Do not add new features / flags like this until it won't be actually used.

> It's not about using Win64 EH on non-COFF, but about being able to use DWARF
> on COFF, which is still used by MinGW AFAIK.
This can be done basing on triple, so, no new flag is required.

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-commits mailing list