Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-12 Thread KOLANICH via cfe-users
Hello, Maarten. I have partially built LLVM with MinGW-w64 8.1.0 (some llvm shared libs needed, not clang and stdlib). For experimenting with build I personally recommend using ninja instead of mingw32-make because it allows resuming without rebuilding everything from scratch if I added a

[cfe-users] Cannot start a program after a successful build: 'Illegal instruction (core dumped)'

2018-11-12 Thread George Anchev via cfe-users
Hi, I have been using LLVM to build ungoogled-chromium (UC) since Sept.2018. I have also been updating LLVM from SVN and rebuilding it without any issues. The other day I updated and rebuilt LLVM again after which I rebuilt UC - the same version which has been running fine to that moment.

[cfe-users] Snapshot Updates

2018-11-12 Thread degski via cfe-users
Thumbs up to the person updating the Windows LLVM Snapshot Builds. degski -- *“If something cannot go on forever, it will stop" - Herbert Stein* ___ cfe-users mailing list cfe-users@lists.llvm.org

Re: [cfe-users] build errors with MinGW-W64 GCC-8.1.0 on Windows

2018-11-12 Thread Jonas Toth via cfe-users
Hi Maarten, I am not a windows user and never build with mingw in my life. :) Did you try out building a release-version of LLVM first? Sometimes there are breaking changes committed that e.g. linux-users will not notice on their system. Our Buildbots have to catch up first before the issue is