aboutsummaryrefslogtreecommitdiff
path: root/lld/test/mach-o/arm-interworking-movw.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'lld/test/mach-o/arm-interworking-movw.yaml')
-rw-r--r--lld/test/mach-o/arm-interworking-movw.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/mach-o/arm-interworking-movw.yaml b/lld/test/mach-o/arm-interworking-movw.yaml
index ade459c8c896..6bad3a9ea98b 100644
--- a/lld/test/mach-o/arm-interworking-movw.yaml
+++ b/lld/test/mach-o/arm-interworking-movw.yaml
@@ -2,7 +2,7 @@
# RUN: ld64.lld -arch armv7 -r -print_atoms %s -o %t | FileCheck %s
# RUN: ld64.lld -arch armv7 -dylib -print_atoms %t -o %t2 \
# RUN: %p/Inputs/armv7/libSystem.yaml -sectalign __TEXT __text 0x1000 | FileCheck %s
-# RUN: llvm-objdump -d -macho -no-symbolic-operands %t2 | FileCheck -check-prefix=CODE %s
+# RUN: llvm-objdump -d --macho --no-symbolic-operands %t2 | FileCheck --check-prefix=CODE %s
#
# Test thumb and arm branches round trip through -r.
# Test movw/movt pairs have low bit set properly for thumb vs arm.