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
Currently I'm trying to build LLVM with crosscompiler (running Linux targeting Windows).
At least the folowing things should be done:
The text was updated successfully, but these errors were encountered:
assigned to @asl
Sorry, something went wrong.
Brief instructions:
Tested with mingw32 compiler (build=linux, host=windows).
The following patches resolve this bug:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060724/036201.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060724/036203.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060724/036209.html http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20060724/036210.html
LLVM can now build cross-compilers.
asl
No branches or pull requests
Extended Description
Currently I'm trying to build LLVM with crosscompiler (running Linux targeting
Windows).
At least the folowing things should be done:
The text was updated successfully, but these errors were encountered: