aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/aarch64-copy.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-copy.s')
-rw-r--r--lld/test/ELF/aarch64-copy.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/aarch64-copy.s b/lld/test/ELF/aarch64-copy.s
index f3ef6b1de0fc..ba7c8afd5ee1 100644
--- a/lld/test/ELF/aarch64-copy.s
+++ b/lld/test/ELF/aarch64-copy.s
@@ -4,8 +4,8 @@
// RUN: ld.lld -shared %t2.o -soname fixed-length-string.so -o %t2.so
// RUN: ld.lld %t.o %t2.so -o %t
// RUN: llvm-readobj -S -r --symbols %t | FileCheck %s
-// RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck -check-prefix=CODE %s
-// RUN: llvm-objdump -s -section=.rodata %t | FileCheck -check-prefix=RODATA %s
+// RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck --check-prefix=CODE %s
+// RUN: llvm-objdump -s --section=.rodata %t | FileCheck --check-prefix=RODATA %s
.text
.globl _start