forked from OSchip/llvm-project
[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.
This commit is contained in:
parent
748bf4bb28
commit
84647ff38c
|
@ -1,5 +1,5 @@
|
|||
# REQUIRES: target={{x86_64-.+-linux-gnu}}
|
||||
# RUN: %{build}
|
||||
# RUN: %{build} -no-pie
|
||||
# RUN: %{run}
|
||||
|
||||
# The following assembly is a translation of this code:
|
||||
|
|
Loading…
Reference in New Issue