[all-commits] [llvm/llvm-project] 9e6049: [libc++][Android] strong_order_long_double.verify....
Ryan Prichard via All-commits
all-commits at lists.llvm.org
Wed Nov 2 14:56:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9e6049527f9b5975a456d44afcdc4cec79a2bec6
https://github.com/llvm/llvm-project/commit/9e6049527f9b5975a456d44afcdc4cec79a2bec6
Author: Ryan Prichard <rprichard at google.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp
Log Message:
-----------
[libc++][Android] strong_order_long_double.verify.cpp: disable on i686
This target (as well as 32-bit ARM Android) have sizeof(long double)
equal to sizeof(double).
Reviewed By: ldionne, #libc
Differential Revision: https://reviews.llvm.org/D137135
More information about the All-commits
mailing list