aboutsummaryrefslogtreecommitdiff
path: root/test/ELF/bss.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/bss.s')
-rw-r--r--test/ELF/bss.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ELF/bss.s b/test/ELF/bss.s
index abd7f2e564d74..d35449828aed7 100644
--- a/test/ELF/bss.s
+++ b/test/ELF/bss.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 %t2 | FileCheck %s
-// REQUIRES: x86
// Test that bss takes no space on disk.