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