Skip to content

Commit 1d5e5ec

Browse files
xingxue-ibmtru
authored andcommitted
Fix REQUIRES for AIX.
1 parent d9c14d4 commit 1d5e5ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/test/aix_signal_unwind.pass.sh.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// a correct traceback when the function raising the signal does not save
1111
// the link register or does not store the stack back chain.
1212

13-
// REQUIRES: target=powerpc{{(64)?}}-ibm-aix
13+
// REQUIRES: target=powerpc{{(64)?}}-ibm-aix{{.*}}
1414

1515
// Test when the function raising the signal does not save the link register
1616
// RUN: %{cxx} -x c++ %s -o %t.exe -DCXX_CODE %{flags} %{compile_flags}

0 commit comments

Comments
 (0)