Open kquick opened 1 year ago
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)
Creating a structure definition and then emitting it via pretty-printing causes
llvm-as
to fail on the result with errors like: