[libcxx-commits] [libcxxabi] [libc++abi] Fix test on Android (PR #74753)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 12 07:11:38 PST 2023


================
@@ -2,7 +2,7 @@
 # RUN: %t.exe
 
 # REQUIRES: linux && target={{x86_64-.+}}
-# UNSUPPORTED: no-exceptions
+# UNSUPPORTED: no-exceptions || android
----------------
ldionne wrote:

@rprichard  What would be the right target-based annotation here?

```
// UNSUPPORTED: target={{.+}}-android{{.+}}
```

?

https://github.com/llvm/llvm-project/pull/74753


More information about the libcxx-commits mailing list