[libcxx-commits] [libcxxabi] [libc++abi] Fix test on Android (PR #74753)
Maksim Panchenko via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Dec 7 11:42:27 PST 2023
https://github.com/maksfb created https://github.com/llvm/llvm-project/pull/74753
Follow up to #72727. The added test could not be executed on Android.
>From 67807c2e35d4669099a69361ab3362ecdc6f07a9 Mon Sep 17 00:00:00 2001
From: Maksim Panchenko <maks at fb.com>
Date: Thu, 7 Dec 2023 11:38:42 -0800
Subject: [PATCH] [libc++abi] Fix test on Android
Follow up to #72727. The added test could not be executed on Android.
---
libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s b/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
index ea9dd0104c086b..249d243d921ea4 100644
--- a/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
+++ b/libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
@@ -2,7 +2,7 @@
# RUN: %t.exe
# REQUIRES: linux && target={{x86_64-.+}}
-# UNSUPPORTED: no-exceptions
+# UNSUPPORTED: no-exceptions || android
## Check that libc++abi works correctly when LPStart address is explicitly set
## to zero.
More information about the libcxx-commits
mailing list