File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# RUN: ld64.lld -arch x86_64 -macosx_version_min 10.8 \
2
2
# RUN: %s %p/Inputs/x86_64/libSystem.yaml -o %t && \
3
- # RUN: llvm-objdump -exports-trie %t | FileCheck %s
3
+ # RUN: llvm-objdump -macho - exports-trie %t | FileCheck %s
4
4
#
5
5
#
6
6
# Tests that exports trie builds properly.
Original file line number Diff line number Diff line change 1
1
# RUN: ld64.lld -arch i386 %s %p/Inputs/hello-world-x86.yaml -o %t
2
- # RUN: llvm-objdump -exports-trie %t | FileCheck %s
2
+ # RUN: llvm-objdump -macho - exports-trie %t | FileCheck %s
3
3
#
4
4
# Test that the export trie is emitted in order.
5
5
#
Original file line number Diff line number Diff line change 1
1
# RUN: ld64.lld -arch x86_64 %s %p/Inputs/got-order.yaml \
2
2
# RUN: %p/Inputs/got-order2.yaml -o %t %p/Inputs/x86_64/libSystem.yaml
3
- # RUN: llvm-objdump -bind %t | FileCheck %s
3
+ # RUN: llvm-objdump -macho - bind %t | FileCheck %s
4
4
#
5
5
# Test that GOT slots are sorted by name
6
6
#
Original file line number Diff line number Diff line change 4
4
# RUN: %p/Inputs/lazy-bind-x86_64.yaml %p/Inputs/lazy-bind-x86_64-2.yaml \
5
5
# RUN: %p/Inputs/lazy-bind-x86_64-3.yaml -o %t \
6
6
# RUN: %p/Inputs/x86_64/libSystem.yaml
7
- # RUN: llvm-objdump -lazy-bind %t | FileCheck %s
7
+ # RUN: llvm-objdump -macho - lazy-bind %t | FileCheck %s
8
8
# RUN: llvm-nm -m %t | FileCheck --check-prefix=CHECK-NM %s
9
9
# RUN: llvm-objdump -disassemble %t | FileCheck --check-prefix=CHECK-HELPERS %s
10
10
# RUN: llvm-objdump -private-headers %t | FileCheck --check-prefix=CHECK-DYLIBS %s
You can’t perform that action at this time.
0 commit comments