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 12f6d55 commit 2c5fe14Copy full SHA for 2c5fe14
libcxxabi/test/native/x86_64/lpstart-zero.pass.sh.s
@@ -1,7 +1,8 @@
1
# RUN: %{cxx} %{flags} %s %{link_flags} -no-pie -o %t.exe
2
-# RUN: %t.exe
+# RUN: %{exec} %t.exe
3
4
# REQUIRES: linux && target={{x86_64-.+}}
5
+# UNSUPPORTED: target={{.+-android.*}}
6
# UNSUPPORTED: no-exceptions
7
8
## Check that libc++abi works correctly when LPStart address is explicitly set
@@ -82,7 +83,7 @@ GCC_except_table0:
82
83
.byte 155 # @TType Encoding = indirect pcrel sdata4
84
.uleb128 .Lttbase0-.Lttbaseref0
85
.Lttbaseref0:
- .byte 11 # Call site Encoding = udata4
86
+ .byte 11 # Call site Encoding = sdata4
87
.uleb128 .Lcst_end0-.Lcst_begin0
88
.Lcst_begin0:
89
.long .Lfunc_begin0-.Lfunc_begin0 # >> Call Site 1 <<
0 commit comments