llvm-mingw icon indicating copy to clipboard operation
llvm-mingw copied to clipboard

An LLVM/Clang/LLD based mingw-w64 toolchain

Results 110 llvm-mingw issues
Sort by recently updated
recently updated
newest added

This is a draft for various fixes needed for using the libcxx C++23 `import std` modules (plus a bunch of other commits for testing it in the github actions pipelines,...

Hi, you forgot to put a slash on the line above --fPIC in the configure section of build-python.sh. It is causing a linker error related to python and lldb. Here...

### Steps to Reproduce #### `hello.cppm` ```c++ module; #if X == 1 #define EXPORT __declspec(dllexport) #elif X == 2 #define EXPORT __attribute__((visibility("default"))) #elif X == 3 #define EXPORT #endif export...

This is going to look stupid, but still; your readme says: "The [GitHub Releases](https://github.com/mstorsjo/llvm-mingw/releases) page contains prebuilt toolchains that can be downloaded and installed by just unpacking them". Did you...

Currently, GCC has this open as a feature request: https://gcc.gnu.org/PR108866 For allowing passing .rc and .res files on the command line as any other source file would be able to....

I was trying to build POCO C++ package using the LLVM MinGW toolchain, but was not able to complete the whole build without relying on `MC.exe` from VC toolchain. The...

``` clang -fuse-ld=lld -target x86_64-pc-windows-gnu -O2 -flto -fcs-profile-generate test.c ld.lld: error: undefined symbol: __llvm_profile_filename >>> referenced by libclang_rt.profile-x86_64.a(InstrProfilingFile.c.obj):(.refptr.__llvm_profile_filename) clang: error: linker command failed with exit code 1 (use -v to...

i would need to debug / backtrace some windows exception. seems to be originating in libc++. the release binaries dont contain the debug info. I am not aware what functionality...

Hello, Any chances that you will support riscv in the near future?

Is it possible to include both a normal version of libc++ and a version with extra debug checks in the same package, similar to how MS-STL is shipped, or would...