[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:
Fangrui Song 2022-02-25 19:55:56 +00:00
parent 748bf4bb28
commit 84647ff38c
1 changed files with 1 additions and 1 deletions

View File

@ -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: