aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/linkerscript/memory3.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/linkerscript/memory3.s')
-rw-r--r--lld/test/ELF/linkerscript/memory3.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/linkerscript/memory3.s b/lld/test/ELF/linkerscript/memory3.s
index 3a4913724c5f..b9d609e59e31 100644
--- a/lld/test/ELF/linkerscript/memory3.s
+++ b/lld/test/ELF/linkerscript/memory3.s
@@ -4,13 +4,13 @@
# RUN: ram1 (ax) : ORIGIN = 0x4000, LENGTH = 1K } \
# RUN: SECTIONS {}" > %t1.script
# RUN: ld.lld -o %t1 --script %t1.script %t
-# RUN: llvm-objdump -section-headers %t1 | FileCheck %s
+# RUN: llvm-objdump --section-headers %t1 | FileCheck %s
# RUN: echo "MEMORY { ram1 (ax) : ORIGIN = 0x1000, LENGTH = 1K \
# RUN: ram2 (ax) : ORIGIN = 0x4000, LENGTH = 1K } \
# RUN: SECTIONS {}" > %t2.script
# RUN: ld.lld -o %t2 --script %t2.script %t
-# RUN: llvm-objdump -section-headers %t2 | FileCheck %s
+# RUN: llvm-objdump --section-headers %t2 | FileCheck %s
## Check we place .text into first defined memory region with appropriate flags.
# CHECK: Sections: