Skip to content

Commit 2c5fe14

Browse files
authored
[libc++abi] Fix test on Android (#74753)
Follow up to #72727. The added test could not be executed on Android.
1 parent 12f6d55 commit 2c5fe14

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# RUN: %{cxx} %{flags} %s %{link_flags} -no-pie -o %t.exe
2-
# RUN: %t.exe
2+
# RUN: %{exec} %t.exe
33

44
# REQUIRES: linux && target={{x86_64-.+}}
5+
# UNSUPPORTED: target={{.+-android.*}}
56
# UNSUPPORTED: no-exceptions
67

78
## Check that libc++abi works correctly when LPStart address is explicitly set
@@ -82,7 +83,7 @@ GCC_except_table0:
8283
.byte 155 # @TType Encoding = indirect pcrel sdata4
8384
.uleb128 .Lttbase0-.Lttbaseref0
8485
.Lttbaseref0:
85-
.byte 11 # Call site Encoding = udata4
86+
.byte 11 # Call site Encoding = sdata4
8687
.uleb128 .Lcst_end0-.Lcst_begin0
8788
.Lcst_begin0:
8889
.long .Lfunc_begin0-.Lfunc_begin0 # >> Call Site 1 <<

0 commit comments

Comments
 (0)