aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/edata-etext.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/edata-etext.s')
-rw-r--r--lld/test/ELF/edata-etext.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/edata-etext.s b/lld/test/ELF/edata-etext.s
index f7048c310290..f0f515f1dcc5 100644
--- a/lld/test/ELF/edata-etext.s
+++ b/lld/test/ELF/edata-etext.s
@@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o
# RUN: ld.lld %t.o -o %t
-# RUN: llvm-objdump -t -section-headers %t | FileCheck %s
+# RUN: llvm-objdump -t --section-headers %t | FileCheck %s
## This checks that:
## 1) Address of _etext is the first location after the last read-only loadable segment.