File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
llvm/test/tools/llvm-libtool-darwin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
# RUN: llvm-libtool-darwin -static -o %t.lib %t.armv6 %t.armv6 %t.armv7
18
18
# RUN: llvm-lipo -info %t.lib | \
19
19
# RUN: FileCheck %s --check-prefix=ARCHS -DFILE=%t.lib
20
- # RUN: llvm-objdump --all-headers %t.lib | \
20
+ # RUN: llvm-objdump --macho -- all-headers %t.lib | \
21
21
# RUN: FileCheck %s --check-prefix=UNIVERSAL-MEMBERS -DFILE=%t.lib -DPREFIX=%basename_t.tmp --implicit-check-not=Archive
22
22
23
23
# UNIVERSAL-MEMBERS: Archive : [[FILE]] (architecture armv6)
57
57
# RUN: yaml2obj %s -o %t.arm64 -DTYPE=0x0100000C -DSUBTYPE=0x0 -DSTRING=_arm64all
58
58
# RUN: yaml2obj %s -o %t.arm64e -DTYPE=0x0100000C -DSUBTYPE=0x2 -DSTRING=_arm64e
59
59
# RUN: llvm-libtool-darwin -static -o %t.lib %t.arm64 %t.arm64e
60
- # RUN: llvm-objdump --all-headers %t.lib | \
60
+ # RUN: llvm-objdump --macho -- all-headers %t.lib | \
61
61
# RUN: FileCheck %s --check-prefix=UNIVERSAL-MEMBERS-ARM64 -DFILE=%t.lib -DPREFIX=%basename_t.tmp --implicit-check-not=Archive
62
62
63
63
# UNIVERSAL-MEMBERS-ARM64: Archive : [[FILE]] (architecture arm64)
You can’t perform that action at this time.
0 commit comments