summaryrefslogtreecommitdiff
path: root/test/ELF/program-header-layout.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/program-header-layout.s')
-rw-r--r--test/ELF/program-header-layout.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/program-header-layout.s b/test/ELF/program-header-layout.s
index 57759c946dace..949a96e4f4382 100644
--- a/test/ELF/program-header-layout.s
+++ b/test/ELF/program-header-layout.s
@@ -1,7 +1,7 @@
+# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
# RUN: ld.lld %t -o %t2
# RUN: llvm-readobj -sections -program-headers %t2 | FileCheck %s
-# REQUIRES: x86
# Check that different output sections with the same flags are merged into a
# single Read/Write PT_LOAD.