aboutsummaryrefslogtreecommitdiff
path: root/lld/test/ELF/non-alloc-link-order-gc.s
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/ELF/non-alloc-link-order-gc.s')
-rw-r--r--lld/test/ELF/non-alloc-link-order-gc.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/non-alloc-link-order-gc.s b/lld/test/ELF/non-alloc-link-order-gc.s
index 6012a6064263..c4a1ce65a9b2 100644
--- a/lld/test/ELF/non-alloc-link-order-gc.s
+++ b/lld/test/ELF/non-alloc-link-order-gc.s
@@ -1,7 +1,7 @@
# REQUIRES: x86
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
# RUN: ld.lld %t.o -o %t1 --gc-sections
-# RUN: llvm-objdump -section-headers -D %t1 | FileCheck %s
+# RUN: llvm-objdump --section-headers -D %t1 | FileCheck %s
## Check that we are able to GC non-allocatable metadata sections without crash.