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 Assumes that COFF linkonce sections are named .
The flags are also incorrect. link.exe warns about it.
The text was updated successfully, but these errors were encountered:
I just noticed this bug while inspecting for differences between Clang and cl object files.
What should we do about this?
Sorry, something went wrong.
Rafael fixed this back in r195798. We even use simple section names (.text) for Cygwin and mingw, which should be ABI compatible.
Merge pull request llvm#8774 from adrian-prantl/127776675
4218d86
Also initialize the per-module SwiftASTContext using ProcessModule()
No branches or pull requests
Extended Description
LLVM Assumes that COFF linkonce sections are named .
The flags are also incorrect. link.exe warns about it.
The text was updated successfully, but these errors were encountered: