compnerd accepted this revision.
compnerd added a comment.
This revision is now accepted and ready to land.

`double` should be safe for ARM DWARF EH, though, technically, `long double` is 
more appropriate of a type definition (the FPU state that is saved should be 
the widest floating point type).  That would be `long double` (aka FP80 on x86, 
FP128 on AArch64/PPC, FP64 elsewhere).  This happens to work because ARM uses 
FP64 irrespective of DWARF or EHABI.


Repository:
  rUNW libunwind

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

https://reviews.llvm.org/D57001



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to