[libcxx-commits] [PATCH] D119948: [libcxx][CI] Set Arm triples to match native clang build's default

Diana Picus via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Feb 16 23:29:10 PST 2022


rovka accepted this revision.
rovka added a comment.

I haven't had a chance to test this, but it seems sensible to me.



================
Comment at: libcxx/test/std/language.support/cmp/cmp.alg/strong_order_long_double.verify.cpp:13
 // The following platforms have sizeof(long double) == sizeof(double), so this test doesn't apply to them.
-// UNSUPPORTED: target={{arm64|armv8|armv7|armv7m|powerpc|powerpc64}}-{{.+}}
+// UNSUPPORTED: target={{arm64|armv(7|8)(l|m)?|powerpc|powerpc64}}-{{.+}}
 // UNSUPPORTED: target=x86_64-pc-windows-{{.+}}
----------------
Should this also catch aarch64?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119948



More information about the libcxx-commits mailing list