================
@@ -335,6 +336,10 @@ static const llvm::fltSemantics &GetFloatSemantics(const 
TargetSP &target_sp,
       return llvm::APFloat::IEEEsingle();
     case 8:
       return llvm::APFloat::IEEEdouble();
+    case 16:
+      if (prefer_float128) {
----------------
Michael137 wrote:

Might be better to just take `Format` as a parameter and check whether that is 
`eTypeFloat128`? And also leave a comment re. possbile 16-byte `long double` 
that's causing the ambiguity problem

https://github.com/llvm/llvm-project/pull/98369
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to