aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/gcc_except_tab-got-arm64.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/gcc_except_tab-got-arm64.yaml')
-rw-r--r--lld/test/mach-o/gcc_except_tab-got-arm64.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/gcc_except_tab-got-arm64.yaml b/lld/test/mach-o/gcc_except_tab-got-arm64.yaml
index ed517c8bd6b1..d453e56084e3 100644
--- a/lld/test/mach-o/gcc_except_tab-got-arm64.yaml
+++ b/lld/test/mach-o/gcc_except_tab-got-arm64.yaml
@@ -1,6 +1,6 @@
# RUN: ld64.lld -arch arm64 %s \
# RUN: -dylib %p/Inputs/arm64/libSystem.yaml -o %t
-# RUN: llvm-objdump -section-headers %t | FileCheck %s
+# RUN: llvm-objdump --section-headers %t | FileCheck %s
# Make sure that the GOT relocation from gcc_except_tab to the data
# is not removed.