[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:09 PDT 2024


================
@@ -170,6 +170,10 @@ enum Format {
   eFormatHex,
   eFormatHexUppercase,
   eFormatFloat,
+  eFormatFloat128, //< Disambiguate between 128-bit `long double` (which uses
----------------
labath wrote:

This list should be appended to at the end to preserve the values of existing enumerators.

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


More information about the lldb-commits mailing list