aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s')
-rw-r--r--lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s b/lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
index a410233dcdfb..9320d510d911 100644
--- a/lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
+++ b/lld/test/ELF/aarch64-cortex-a53-843419-thunk-align.s
@@ -7,7 +7,7 @@
// RUN: *(.text.02) } \
// RUN: .foo : { *(.foo_sec) } } " > %t.script
// RUN: ld.lld -pie --fix-cortex-a53-843419 --script=%t.script %t.o -o %t2
-// RUN: llvm-objdump --no-show-raw-insn -triple=aarch64-linux-gnu -d %t2
+// RUN: llvm-objdump --no-show-raw-insn --triple=aarch64-linux-gnu -d %t2
/// %t2 is > 128 Megabytes, so delete it early.