Skip to content

Commit 8400036

Browse files
committed
[libunwind][test] remember_state_leak.pass.sh.s: link with -no-pie
The no-pic large code model style `movabsq $callback, %rsi` does not work with -pie. (cherry picked from commit 84647ff)
1 parent df3182a commit 8400036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libunwind/test/remember_state_leak.pass.sh.s

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# REQUIRES: target={{x86_64-.+-linux-gnu}}
2-
# RUN: %{build}
2+
# RUN: %{build} -no-pie
33
# RUN: %{run}
44

55
# The following assembly is a translation of this code:

0 commit comments

Comments
 (0)