Aaron Gray via llvm-dev
2016-Mar-02 17:48 UTC
[llvm-dev] What is the status of clang++ and LLVM on Windows
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
Reid Kleckner via llvm-dev
2016-Mar-02 18:34 UTC
[llvm-dev] What is the status of clang++ and LLVM on Windows
As far as the compiler goes, Windows support is pretty complete: http://clang.llvm.org/docs/MSVCCompatibility.html#abi-features LLD is also able to self-link and link other large projects. Chromium has been the main test case so far. You still need the Windows SDK and MSVC for the CRT, rc.exe, mt.exe, and some other stuff. On Wed, Mar 2, 2016 at 9:48 AM, 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/b454141a/attachment.html>
koffie drinker via llvm-dev
2016-Mar-02 21:00 UTC
[llvm-dev] What is the status of clang++ and LLVM on Windows
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>
Aaron Gray via llvm-dev
2016-Mar-02 23:47 UTC
[llvm-dev] What is the status of clang++ and LLVM on Windows
Great, thanks a lot for the replies it looks worth my while looking into clang and LLVM at some point soon again. Aaron On 2 March 2016 at 21:00, koffie drinker <gekkekoe at gmail.com> wrote:> 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 > >
Seemingly Similar Threads
- Heap problems with 3.8.0rc2 in combination with vs2015 sp1
- Heap problems with 3.8.0rc2 in combination with vs2015 sp1
- Heap problems with 3.8.0rc2 in combination with vs2015 sp1
- Heap problems with 3.8.0rc2 in combination with vs2015 sp1
- Heap problems with 3.8.0rc2 in combination with vs2015 sp1