[PATCH] D52295: [DebugInfoMetadata] Added support to generate packed_decimal encoding related dwarf info.
Chirag Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 27 00:30:31 PDT 2018
Chirag added a comment.
@aprantl yes, at the moment clang is not generating bi-endian code, hence not using DIFlags.
@probinson, thanks i will fix format/typos related changes.
about the use cases, this patch will provide containers to convey and generate optional DWARF attributes for base type tag with below listed encodings,
DW_ATE_packed_decimal
DW_ATE_numeric_string
DW_ATE_edited
DW_ATE_signed_fixed
DW_ATE_unsigned_fixed
https://reviews.llvm.org/D52295
More information about the llvm-commits
mailing list