[PATCH] D151795: [DebugInfo] Add DW_ATE_complex_float case to assert in isUnsignedDIType
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 31 07:21:55 PDT 2023
MaskRay added inline comments.
================
Comment at: llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp:226
Encoding == dwarf::DW_ATE_boolean ||
+ Encoding == dwarf::DW_ATE_complex_float ||
(Ty->getTag() == dwarf::DW_TAG_unspecified_type &&
----------------
Whether are the other `Encoding == xxx` tested? Is it possible to group the `DW_ATE_complex_float` test with those test files?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151795/new/
https://reviews.llvm.org/D151795
More information about the llvm-commits
mailing list