[Lldb-commits] [lldb] [lldb] Add support for displaying `__float128` variables (PR #98369)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 11 03:02:08 PDT 2024


================
@@ -819,6 +823,7 @@ enum BasicType {
   eBasicTypeFloat,
   eBasicTypeDouble,
   eBasicTypeLongDouble,
+  eBasicTypeFloat128,
----------------
labath wrote:

The same goes here, although apparently https://reviews.llvm.org/D120690 has snuck through and nobody noticed.

https://github.com/llvm/llvm-project/pull/98369


More information about the lldb-commits mailing list