summaryrefslogtreecommitdiff
path: root/test/ELF/relocation-shared.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/relocation-shared.s')
-rw-r--r--test/ELF/relocation-shared.s1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ELF/relocation-shared.s b/test/ELF/relocation-shared.s
index e1850944c459..4fba7a5683b0 100644
--- a/test/ELF/relocation-shared.s
+++ b/test/ELF/relocation-shared.s
@@ -1,3 +1,4 @@
+// REQUIRES: x86
// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
// RUN: ld.lld %t.o -shared -o %t.so
// RUN: llvm-readobj -r -s -section-data %t.so | FileCheck %s