We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61ec51 commit 7be847eCopy full SHA for 7be847e
libcxxabi/test/forced_unwind4.pass.cpp
@@ -7,10 +7,10 @@
7
//
8
//===----------------------------------------------------------------------===//
9
10
-// REQUIRES: linux && target={{aarch64-.+}}
+// REQUIRES: linux && target=aarch64-{{.+}}-gnu
11
12
// pthread_cancel in case of glibc calls _Unwind_ForcedUnwind from a signal on
13
-// the child_thread. This test ensures sigretrun is handled correctly (see:
+// the child_thread. This test ensures sigreturn is handled correctly (see:
14
// UnwindCursor<A, R>::setInfoForSigReturn).
15
16
#include <cstdlib> // defines __BIONIC__
0 commit comments