mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
5de8fd2201
ArchiveMemberHeader, suggestion by Rafael Espíndola. Also The clang-x86-win2008-selfhost bot still does not like the malformed-machos 00000031.a test, so removing it for now. All the other bots are fine with it however. llvm-svn: 250222
42 lines
1.4 KiB
Plaintext
42 lines
1.4 KiB
Plaintext
// These test checks that llvm-objdump will not crash with malformed Mach-O
|
|
// files. So the check line is not all that important but the bug fixes to
|
|
// make sure llvm-objdump is robust is what matters.
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0001.macho \
|
|
# RUN: | FileCheck -check-prefix=m0001 %s
|
|
|
|
# m0001: (method_t extends past the end of the section)
|
|
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \
|
|
# RUN: | FileCheck -check-prefix=m0006 %s
|
|
|
|
# m0006: ivarLayout 0x8
|
|
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0006.macho \
|
|
# RUN: | FileCheck -check-prefix=m0010 %s
|
|
|
|
# m0010: 00000000000010e0 0x10e8 _OBJC_CLASS_
|
|
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0040.macho \
|
|
# RUN: | FileCheck -check-prefix=m0040 %s
|
|
|
|
# m0040: 00000000000010a0 0xf39 -[tiny_dylib init]
|
|
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0080.macho \
|
|
# RUN: | FileCheck -check-prefix=m0080 %s
|
|
|
|
# m0080: data 0xf960000 (struct class_ro_t *)
|
|
|
|
# RUN: llvm-objdump -macho -objc-meta-data \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0261.macho
|
|
|
|
# RUN: llvm-objdump -macho -disassemble \
|
|
# RUN: %p/Inputs/malformed-machos/mem-crup-0337.macho \
|
|
# RUN: | FileCheck -check-prefix=m0337 %s
|
|
|
|
# m0337: subq $16, %rsp
|