aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/aarch64-cortex-a53-843419-address.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-cortex-a53-843419-address.s')
-rw-r--r--lld/test/ELF/aarch64-cortex-a53-843419-address.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/aarch64-cortex-a53-843419-address.s b/lld/test/ELF/aarch64-cortex-a53-843419-address.s
index ebbaf01642e0..976c485bb2c9 100644
--- a/lld/test/ELF/aarch64-cortex-a53-843419-address.s
+++ b/lld/test/ELF/aarch64-cortex-a53-843419-address.s
@@ -6,7 +6,7 @@
// RUN: .data : { *(.data) } }" > %t.script
// RUN: ld.lld --script %t.script -fix-cortex-a53-843419 -verbose %t.o -o %t2 2>&1 \
// RUN: | FileCheck -check-prefix=CHECK-PRINT %s
-// RUN: llvm-objdump -triple=aarch64-linux-gnu -d %t2 | FileCheck %s
+// RUN: llvm-objdump --triple=aarch64-linux-gnu -d %t2 | FileCheck %s
// Test cases for Cortex-A53 Erratum 843419 that involve interactions
// between the generated patches and the address of sections.