================
@@ -334,6 +334,8 @@ static const llvm::fltSemantics &GetFloatSemantics(const 
TargetSP &target_sp,
       return llvm::APFloat::IEEEsingle();
     case 8:
       return llvm::APFloat::IEEEdouble();
+    case 16:
+      return llvm::APFloat::IEEEquad();
----------------
labath wrote:

This may not be a "reasonable" guess, given that sizeof(long double) is also 16 
(on x86)

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