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
Creating a structure definition and then emitting it via pretty-printing causes llvm-as to fail on the result with errors like:
llvm-as
DWARF address space only applies to pointer or reference types !15 = !DIDerivedType(tag: DW_TAG_member, name: "msglen", file: !1, line: 1, baseType: !11, size: 32, dwarfAddressSpace: 0)
The text was updated successfully, but these errors were encountered:
Fix issue #124: do not emit DIDerivedType dwarfAddressSpace if the va…
98fb722
…lue is 0.
No branches or pull requests
Creating a structure definition and then emitting it via pretty-printing causes
llvm-as
to fail on the result with errors like:The text was updated successfully, but these errors were encountered: