[libcxx-commits] [PATCH] D137135: [libc++][Android] strong_order_long_double.verify.cpp: disable on i686
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Nov 1 08:58:50 PDT 2022
ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.
LGTM w/ comment.
================
Comment at: libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp:20
// UNSUPPORTED: target={{aarch64|armv7}}-{{.*}}-windows-{{.+}}
+// UNSUPPORTED: target=i686-{{.+}}-android{{.*}}
----------------
Please add a comment similar to what the other platforms have.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D137135/new/
https://reviews.llvm.org/D137135
More information about the libcxx-commits
mailing list