diff options
Diffstat (limited to 'lld/test/ELF/global-offset-table-position.s')
| -rw-r--r-- | lld/test/ELF/global-offset-table-position.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/global-offset-table-position.s b/lld/test/ELF/global-offset-table-position.s index 57fe6c804d7..aa808365403 100644 --- a/lld/test/ELF/global-offset-table-position.s +++ b/lld/test/ELF/global-offset-table-position.s @@ -1,7 +1,7 @@ +// REQUIRES: x86 // RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t // RUN: ld.lld --hash-style=sysv -shared %t -o %t2 // RUN: llvm-readobj -t %t2 | FileCheck %s -// REQUIRES: x86 // The X86_64 _GLOBAL_OFFSET_TABLE_ is defined at the start of the .got.plt // section. |

