[PATCH] D151795: [DebugInfo] Add DW_ATE_complex_float case to assert in isUnsignedDIType

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 8 13:16:55 PDT 2023


probinson added inline comments.


================
Comment at: llvm/test/DebugInfo/X86/DW_ATE_complex_float.ll:11
+; CHECK: .Ldebug_info_start0:
+; CHECK: .byte 0 # DW_AT_const_value
+
----------------
This shows we have a const_value, but not what it's part of. More context for the check would be good.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151795/new/

https://reviews.llvm.org/D151795



More information about the llvm-commits mailing list