Brecht Sanders

Results 270 comments of Brecht Sanders

Hi, As far as the winlibs build is concerned this still experimental. I'm not enough of an expert in offloading to test this. I will try to build gcc in...

Can you please test again with the latest release from https://github.com/brechtsanders/winlibs_mingw/releases/tag/10.2.0-11.0.0-8.0.0-r8 ?

Update: GCC 11 was released but currently doesn't build nvptx properly (see [my bug report](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100293))

Do you still have issues with https://github.com/brechtsanders/winlibs_mingw/releases/tag/10.3.0-12.0.0-9.0.0-r2 ?

Please provide more information. Do you have some example code?

People have asked me this before. See also #80 I have been looking into gccgo but so far without success. In the end it's the people developing gcc that need...

The build I just released (with LLVM 12.0.1) was build with: ``` cmake -Wno-dev -GNinja -DCMAKE_BUILD_TYPE:STRING=MinSizeRel -DBUILD_SHARED_LIBS:BOOL=ON -DLLVM_BUILD_STATIC=OFF -DLIBCLANG_BUILD_STATIC:BOOL=OFF -DLLVM_LINK_LLVM_DYLIB:BOOL=OFF -DDCLANG_LINK_CLANG_DYLIB:BOOL=ON -DLLVM_HOST_TRIPLE:STRING=$RUNPLATFORM -DLLVM_TARGETS_TO_BUILD:STRING="X86;NVPTX;AMDGPU;ARM;AArch64" -DLLVM_ENABLE_PROJECTS:STRING="clang;clang-tools-extra;compiler-rt;lld;lldb;libclc" -DLLVM_EXPORT_SYMBOLS_FOR_PLUGINS:BOOL=OFF -DLLVM_ENABLE_THREADS:BOOL=ON -DCLANG_BUILD_TOOLS:BOOL=ON -DCLANG_DEFAULT_RTLIB:STRING=libgcc -DCLANG_DEFAULT_CXX_STDLIB:STRING=libstdc++ -DCLANG_DEFAULT_OPENMP_RUNTIME:STRING=libgomp...

Haven't tried yet, but I think that should be possible. It would need to be completely seperate from the rest though, and I'm not sure if this is to be...

Do you have the `lld` hanging issue also with my latest build of LLVM 12.0.1?

I have spent the last few days building a winlibs.com GCC/MinGW-w64 build against UCRT runtime. https://github.com/brechtsanders/winlibs_mingw/releases/tag/11.2.0-9.0.0-ucrt-r1 This was one of the suggestions you mentioned earlier in this issue.