[llvm-dev] What is the status of clang++ and LLVM on Windows

koffie drinker via llvm-dev llvm-dev at lists.llvm.org
Wed Mar 2 13:00:38 PST 2016


I've encountered the following 2 issues when starting to work with LLVM and
vs2015.

1. 64bit exception handling is not working for the the JITs. other than
that llvm works quite well under windows.
See: https://llvm.org/bugs/show_bug.cgi?id=24233

2. ensure that the option /sdl is disabled in visual studio, It will cause
heap corruption error messages.
see: http://lists.llvm.org/pipermail/llvm-dev/2016-February/095956.html


On Wed, Mar 2, 2016 at 6:48 PM, Aaron Gray via llvm-dev <
llvm-dev at lists.llvm.org> wrote:

> Hi,
>
> I am wondering what the status of Clang++ and LLVM on the Windows platform
> ?
>
> When I last saw what the state was there was not proper linking and
> more recently heard that the Structured Exception Handling was not
> working.
>
> The status page seems somewhat out of date ?
>
> Many thanks in advance,
>
> Aaron
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160302/0f50ca6a/attachment.html>


More information about the llvm-dev mailing list