We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is known to reproduce with mingw-w64-mesa at least:
-Dsshared-llvm
mingw-w64-mesa/PKGBUILD
Build should succeed or produce no extra errors and warnings compared to when LLVM is dynamically linked.
Build succeeds in theory but there are linker complaints. Resulting binaries are corrupt and unusable.
mesa-llvm-static-gcc.txt
makepkg-mingw should reproduce it too except for MINGW32 prefix as it has LLVM support disabled in PKGBUILD.
MINGW64_NT-10.0-20348
This far exceeds my programing skill.
The text was updated successfully, but these errors were encountered:
mesa: Add reproducer for msys2#22743
659e260
f1c0eae
No branches or pull requests
Description / Steps to reproduce the issue
This is known to reproduce with mingw-w64-mesa at least:
-Dsshared-llvm
to disabled inmingw-w64-mesa/PKGBUILD
;Expected behavior
Build should succeed or produce no extra errors and warnings compared to when LLVM is dynamically linked.
Actual behavior
Build succeeds in theory but there are linker complaints.
Resulting binaries are corrupt and unusable.
mesa-dist-win build script log
mesa-llvm-static-gcc.txt
makepkg-mingw should reproduce it too except for MINGW32 prefix as it has LLVM support disabled in PKGBUILD.
Verification
Windows Version
MINGW64_NT-10.0-20348
MINGW environments affected
Are you willing to submit a PR?
This far exceeds my programing skill.
The text was updated successfully, but these errors were encountered: