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
llvm-windres --language 0x1 -i /dev/null -o /dev/null fails
llvm-windres --language 1 -i /dev/null -o /dev/null works
This was encountered trying to build graphviz for mingw-w64 using clang/llvm.
The text was updated successfully, but these errors were encountered:
The fix was pushed in 46020f6.
This is trivial enough to warrant backporting to 13.x at this time, IMO.
Sorry, something went wrong.
Merged: 37e964d
mentioned in issue #51489
No branches or pull requests
Extended Description
llvm-windres --language 0x1 -i /dev/null -o /dev/null fails
llvm-windres --language 1 -i /dev/null -o /dev/null works
This was encountered trying to build graphviz for mingw-w64 using clang/llvm.
The text was updated successfully, but these errors were encountered: